Re: Kate syntax highlighting for django html templates.

2006-09-23 Thread Matthew Marshall
I'd be glad to maintain it for kate! I just uploaded a new version. It highlights mismatched block/for/if/etc tags as errors. (Something I tend to do a lot.) I also changed the priority to 9, so that it doesn't compete for the html extention. (Sorry it took me so long to reply... I've been pr

Re: Kate syntax highlighting for django html templates.

2006-09-02 Thread Joseph Wenninger
Hi ! The highlighting description looks okay. If you are willing to maintaing it and to contribute it to the Kate project, we (the Kate developers) would be interested in putting it into: 1) the highlighting description update system 2) the base distribution for KDE 4 Just let me or [EMAIL P

Re: Kate syntax highlighting for django html templates.

2006-09-01 Thread Adrian Holovaty
On 8/25/06, Matthew Marshall <[EMAIL PROTECTED]> wrote: > I got sick of kate highlighting my django template vars/tags as errors, > so I put this together. It highlights tags, vars, filters, and > comments. You can also use Ctrl+[Shift+]D to [un]comment using {% > comment %}{% endcomment %}. > >

Kate syntax highlighting for django html templates.

2006-08-26 Thread Matthew Marshall
I got sick of kate highlighting my django template vars/tags as errors, so I put this together. It highlights tags, vars, filters, and comments. You can also use Ctrl+[Shift+]D to [un]comment using {% comment %}{% endcomment %}. It's really pretty simple, but I thought it was worth sharing. Ge