diff --git a/vim/after/syntax/vue.vim b/vim/after/syntax/vue.vim index 76b8d5f..3caaaf3 100644 --- a/vim/after/syntax/vue.vim +++ b/vim/after/syntax/vue.vim @@ -25,7 +25,7 @@ syn match vueTransitionComponent contained "\" containedin=htmlTag syn region vueTransitionName contained start=+\sname="+hs=s+7 end=+"+he=e-1 containedin=htmlTag,htmlTagN syn region vueTransitionMode contained start=+\smode="+hs=s+7 end=+"+he=e-1 containedin=htmlTag,htmlTagN -syn keyword vueTagSpecial contained template script style containedin=htmlTag, htmlTagN +syn keyword vueTagSpecial contained template script style containedin=htmlTagN syn keyword htmlArg contained scoped ts " syn region cssClassRegion contained start=+classes="+hs=s+9 end=+"+he=e-1 contains=htmlSpecialChar,cssClassAttr,cssAttrNoise,cssClassName containedin=htmlTag,htmlTagN keepend