mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-15 06:53:50 -05:00
Add vue support, closes #160
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user