diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2013-09-12 16:34:47 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2013-09-12 16:34:47 +0200 |
commit | 700eeff06989525276be7ff5e05fc59beaf7e9bf (patch) | |
tree | 4e07d1139af9fb075c350b1d0bff3344eb229ae3 /ftdetect | |
parent | d96dc724d442bbc9788815ab3da09d9fff0555a9 (diff) | |
download | vim-polyglot-700eeff06989525276be7ff5e05fc59beaf7e9bf.tar.gz vim-polyglot-700eeff06989525276be7ff5e05fc59beaf7e9bf.zip |
Add jst/est template support
Diffstat (limited to 'ftdetect')
-rw-r--r-- | ftdetect/jst.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ftdetect/jst.vim b/ftdetect/jst.vim new file mode 100644 index 00000000..2ec59364 --- /dev/null +++ b/ftdetect/jst.vim @@ -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 |