Follow changes in WD-motion-1-20181218

See also: https://www.w3.org/TR/2018/WD-motion-1-20181218/
This commit is contained in:
Kyo Nagashima
2018-12-27 15:31:34 +09:00
parent 148d27c9d4
commit d7f0f43dfc
2 changed files with 2 additions and 1 deletions

View File

@@ -1,2 +1,2 @@
syn match cssFontProp contained "\<offset\(-\(path\|distance\|anchor\|rotate\)\)\=\>"
syn match cssFontProp contained "\<offset\(-\(path\|distance\|position\|anchor\|rotate\)\)\=\>"
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(ray\|path\)\s*(" end=")" oneline keepend