mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2026-08-12 10:52:34 +08:00
Improve code comment
This commit is contained in:
+3
-2
@@ -75,13 +75,14 @@ endfunction
|
|||||||
" Load main syntax {{{
|
" Load main syntax {{{
|
||||||
"
|
"
|
||||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
" Load syntax/*.vim to syntax group
|
" Load syntax/html.vim to syntax group, which loads full JavaScript and CSS
|
||||||
|
" syntax. It defines group htmlJavaScript and htmlCss.
|
||||||
call s:LoadSyntax('@HTMLSyntax', 'html')
|
call s:LoadSyntax('@HTMLSyntax', 'html')
|
||||||
|
|
||||||
" Load vue-html syntax
|
" Load vue-html syntax
|
||||||
runtime syntax/vue-html.vim
|
runtime syntax/vue-html.vim
|
||||||
|
|
||||||
" Avoid overload. 'syntax/html.vim' defines htmlCss and htmlJavaScript
|
" Avoid overload.
|
||||||
if hlexists('cssTagName') == 0
|
if hlexists('cssTagName') == 0
|
||||||
call s:LoadSyntax('@htmlCss', 'css')
|
call s:LoadSyntax('@htmlCss', 'css')
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user