Re: Django template language bundle for TextMate

2005-09-29 Thread Wilson
> Indeed, back on 7/29, someone added "Django templates" to the wishlist > for supported bundles: > http://macromates.com/wiki/pmwiki?n=Main.Bundles Yeah, that was me. I got tired of waiting. :)

Re: Django template language bundle for TextMate

2005-09-29 Thread Felix Ingram
Hi all, Anyone looking for something similar to TextMate's snippets but in Vim may want to have a look at this plugin I wrote: http://vim.sourceforge.net/scripts/script.php?script_id=1318 I wrote it after seeing the Rails shortcuts and getting jealous.  I think it'll work a bit better with Djang

Re: Django template language bundle for TextMate

2005-09-29 Thread Jeremy Dunck
On 9/29/05, Wilson <[EMAIL PROTECTED]> wrote: > Everything is extremely basic and naive right now, but if anybody out > there is editing Django templates and using Textmate, feel free to give > it a whirl and let me know what does and doesn't work. Suggestions or > additions are welcome. I'm usin

Django template language bundle for TextMate

2005-09-29 Thread Wilson
I've started a very rudimentary TextMate language bundle for Django templates. It's just a bunch of snippets for tab-completion of the standard template tags and a very basic language definition for syntax coloring. Everything is extremely basic and naive right now, but if anybody out there is ed