-
Notifications
You must be signed in to change notification settings - Fork 1
dz/jQuery-Template-Vim-Syntax
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
jquerytmpl.vim -------------- jQuery Template syntax file for Vim 7.1+ To install: Copy jquerytmpl.vim into your .vim/synx/ folder. Then in your .vimrc file: autocmd BufRead,BufNewFile *.html set filetype=djangohtml syntax=jquerytmpl autocmd BufRead,BufNewFile *.jquery.tmpl set filetype=djangohtml syntax=jquerytmpl let g:jquerytmpl_django = 1 If you want just plain HTML: autocmd BufRead,BufNewFile *.html set filetype=html syntax=jquerytmpl autocmd BufRead,BufNewFile *.jquery.tmpl set filetype=html syntax=jquerytmpl
About
Vim > 7.1 syntax file for jQuery Templates
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published