From a64b99f0b0661473835465afbf0456e98fe37271 Mon Sep 17 00:00:00 2001 From: leafOfTree Date: Mon, 6 Jan 2020 11:03:29 +0800 Subject: [PATCH] Add code comment --- syntax/vue.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/syntax/vue.vim b/syntax/vue.vim index 69ed3fb..7ed7d76 100644 --- a/syntax/vue.vim +++ b/syntax/vue.vim @@ -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