Add option to highlight vue keywords

This commit is contained in:
leafOfTree
2020-07-17 07:42:31 +08:00
parent bf0441f48c
commit 6c09d4787b
4 changed files with 42 additions and 3 deletions

View File

@@ -102,6 +102,9 @@ if hlexists('javaScriptComment') == 0
call vue#Log('load javascript cluster')
call s:LoadSyntax('@htmlJavaScript', 'javascript')
endif
" Load vue-javascript syntax
runtime syntax/vue-javascript.vim
"}}}
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""