Use cssFont*

This commit is contained in:
Kyo Nagashima
2023-01-09 12:12:54 +09:00
parent 56a598ef5d
commit da942b9a9f
18 changed files with 31 additions and 33 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
syn keyword cssUIProp contained caret caret-shape
syn keyword cssUIAttr contained fade underscore
syn keyword cssFontProp contained caret caret-shape
syn keyword cssFontAttr contained fade underscore
syn region cssFunction contained matchgroup=cssFunctionName start="\<fade\s*(" end=")" oneline keepend