jQuery template syntax coloring for Vim 7.1+Comments
We’re using the jQuery template plugin at Disqus for several of our pages, and it waas getting annoying that Vim wouldn’t properly highlight parts of the template language.
As such, I’ve created a fairly small and rudimentary syntax file for Vim 7.1+ that will color some basic elements of the template language.
Get it here: https://github.com/dz/jQuery-Template-Vim-Syntax
I say Vim 7.1+ because that’s what I use, and I haven’t tested with anything older.
Note that if Django HTML is enabled, it assumes you have a Django syntax available.