Add code comment

This commit is contained in:
leafOfTree
2020-01-06 11:03:29 +08:00
parent bc4ea4dbfe
commit a64b99f0b0

View File

@@ -63,6 +63,8 @@ endfunction
function! s:SetCurrentSyntax(type)
if a:type == 'coffee'
syntax cluster coffeeJS contains=@htmlJavaScript
" Avoid overload of `javascript.vim`
let b:current_syntax = 'vue'
else
unlet! b:current_syntax