diff --git a/vim/after/syntax/vue.vim b/vim/after/syntax/vue.vim index 4d9f320..e194e87 100644 --- a/vim/after/syntax/vue.vim +++ b/vim/after/syntax/vue.vim @@ -24,3 +24,6 @@ syn match vueDynamicComponent contained "\\|\" containe syn match vueTransitionComponent contained "\" containedin=htmlTag,htmlTagN nextgroup=vueTransitionName,vueTransitionMode 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 htmlArg contained scoped ts