Use cssFont*

This commit is contained in:
Kyo Nagashima
2022-11-24 14:46:12 +09:00
parent 56a598ef5d
commit da942b9a9f
18 changed files with 31 additions and 33 deletions

View File

@@ -1,3 +1,3 @@
syn keyword cssGeneratedContentProp contained string-set bookmark-label bookmark-level bookmark-state
syn keyword cssGeneratedContentAttr contained open closed
syn keyword cssFontProp contained string-set bookmark-label bookmark-level bookmark-state
syn keyword cssFontAttr contained open closed
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(leader\|string\|target-\(counter\|counters\|text\)\)\s*(" end=")" oneline keepend