Add jst/est template support

This commit is contained in:
Adam Stankiewicz
2013-09-12 16:34:47 +02:00
parent d96dc724d4
commit 700eeff069
4 changed files with 152 additions and 0 deletions

3
ftdetect/jst.vim Normal file
View File

@@ -0,0 +1,3 @@
au BufNewFile,BufRead *.ejs set filetype=jst
au BufNewFile,BufRead *.jst set filetype=jst
au BufNewFile,BufRead *.hamljs set filetype=jst