vueTagSpecial
This commit is contained in:
parent
e559b56ea2
commit
e53d684e65
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue