mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2026-01-21 16:42:05 +08:00
Follow runtime changes
Vim 9.0 added a `-` to CSS keyword list.
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
syn match cssFontProp contained "\<shape-inside\>"
|
||||
syn match cssFontProp contained "\<border-boundary\>"
|
||||
syn match cssFontProp contained "\<polar-\(angle\|distance\)\>"
|
||||
syn keyword cssFontAttr contained parent polar
|
||||
syn match cssFontAttr contained "\<outside-shape\>"
|
||||
syn match cssFontAttr contained "\<shape-box\>"
|
||||
syn match cssMediaProp contained /device-radius/
|
||||
syn keyword cssFontProp contained shape-inside border-boundary polar-angle polar-distance
|
||||
syn keyword cssFontAttr contained parent polar contained outside-shape contained shape-box
|
||||
syn keyword cssMediaProp contained device-radius
|
||||
|
||||
Reference in New Issue
Block a user