vueTagSpecial

This commit is contained in:
ManjaroOne666 2018-03-14 22:14:53 +00:00
parent e559b56ea2
commit e53d684e65
1 changed files with 3 additions and 0 deletions

View File

@ -24,3 +24,6 @@ syn match vueDynamicComponent contained "\<component\>\|\<keep-alive\>" containe
syn match vueTransitionComponent contained "\<transition\>" containedin=htmlTag,htmlTagN nextgroup=vueTransitionName,vueTransitionMode syn match vueTransitionComponent contained "\<transition\>" containedin=htmlTag,htmlTagN nextgroup=vueTransitionName,vueTransitionMode
syn region vueTransitionName contained start=+\sname="+hs=s+7 end=+"+he=e-1 containedin=htmlTag,htmlTagN 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 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