diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2014-12-22 22:01:38 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2014-12-22 22:01:38 +0100 |
commit | 1a97304cf642e9f887122e162b1999768b60c9d7 (patch) | |
tree | ab93bad0d28656509cb7e872429fe3e54987430f /ftdetect | |
parent | d8eaa50aed67af1666c3e45b719510253800ca8d (diff) | |
download | vim-polyglot-1.11.1.tar.gz vim-polyglot-1.11.1.zip |
Add velocity templates supportv1.11.1
Diffstat (limited to 'ftdetect')
-rw-r--r-- | ftdetect/polyglot.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index cc2d2e53..b82f8724 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -207,3 +207,4 @@ autocmd BufNewFile,BufRead *.html.twig set filetype=html.twig autocmd BufNewFile,BufRead *.ts setlocal filetype=typescript autocmd BufRead *.vala,*.vapi set efm=%f:%l.%c-%[%^:]%#:\ %t%[%^:]%#:\ %m au BufRead,BufNewFile *.vala,*.vapi setfiletype vala +au BufRead,BufNewFile *.vm set ft=velocity syntax=velocity |