File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ syn region cssURL contained matchgroup=cssFunctionName start="\<url\s*(" end=")"
165165syn region cssFunction contained matchgroup =cssFunctionName start =" \<\( rgb\| clip\| attr\| counter\| rect\| cubic-bezier\)\s *(" end =" )" oneline keepend
166166syn region cssFunction contained matchgroup =cssFunctionName start =" \<\( rgba\| hsl\| hsla\)\s *(" end =" )" oneline keepend
167167syn region cssFunction contained matchgroup =cssFunctionName start =" \<\( linear\| radial\) -gradient\s *(" end =" )" oneline keepend
168- syn region cssFunction contained matchgroup =cssFunctionName start =" \<\( matrix\( 3d\)\=\| scale\( 3d\| X\| Y| \ Z\)\=\| translate\( 3d\| X\| Y| \ Z\)\=\| skew\( X\| Y\)\=\| rotate\( 3d\| X\| Y| \ Z\)\=\| perspective\)\s *(" end =" )" oneline keepend
168+ syn region cssFunction contained matchgroup =cssFunctionName start =" \<\( matrix\( 3d\)\=\| scale\( 3d\| X\| Y\| Z\)\=\| translate\( 3d\| X\| Y\| Z\)\=\| skew\( X\| Y\)\=\| rotate\( 3d\| X\| Y\| Z\)\=\| perspective\)\s *(" end =" )" oneline keepend
169169
170170" Prop and Attr
171171syn keyword cssCommonAttr contained auto none inherit all default normal
You can’t perform that action at this time.
0 commit comments