Add vue support, closes #160

This commit is contained in:
Adam Stankiewicz
2017-02-02 21:49:51 +01:00
parent 39036a553f
commit cc868aee51
7 changed files with 185 additions and 0 deletions

View File

@@ -1000,4 +1000,11 @@ au BufRead,BufNewFile *.vm set ft=velocity syntax=velocity
endif
" ftdetect/vue.vim
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'vue') == -1
au BufNewFile,BufRead *.vue setf vue.html.javascript.css
endif
augroup END