Add a variable which can be used to avoid overload

This commit is contained in:
leafOfTree
2019-09-10 19:26:55 +08:00
parent a0f26edbaa
commit 74ecdee310
2 changed files with 14 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ if exists("b:current_syntax") && b:current_syntax == 'vue'
endif
" For advanced users, this variable can be used to avoid overload
let b:current_main_syntax = 'vue'
let b:current_loading_main_syntax = 'vue'
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
"
" Config {{{