mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-10 06:31:51 +08:00
Comment out syn sync fromstart for now
This commit is contained in:
@@ -162,7 +162,7 @@ function! VimVuePluginSyntaxMain(...)
|
|||||||
let syntax_list = vue#GetSyntaxList(s:config_syntax)
|
let syntax_list = vue#GetSyntaxList(s:config_syntax)
|
||||||
call s:LoadSyntaxList(syntax_list)
|
call s:LoadSyntaxList(syntax_list)
|
||||||
call s:SetBlockSyntax(s:config_syntax)
|
call s:SetBlockSyntax(s:config_syntax)
|
||||||
call s:SetSyntaxSync()
|
" call s:SetSyntaxSync()
|
||||||
call s:SetIsKeyword()
|
call s:SetIsKeyword()
|
||||||
call s:HighlightVueTag()
|
call s:HighlightVueTag()
|
||||||
endfunction
|
endfunction
|
||||||
|
|||||||
Reference in New Issue
Block a user