Follow runtime changes

Vim 9.0 added a `-` to CSS keyword list.
This commit is contained in:
Kyo Nagashima
2021-10-17 08:11:08 +09:00
parent f6dde98e89
commit 4ad0cb7d7c
67 changed files with 99 additions and 280 deletions

View File

@@ -1,8 +1,2 @@
syn match cssTextProp contained "\<tab-size\>"
syn match cssTextProp contained "\<text-align-all\>"
syn keyword cssTextAttr contained loose strict hanging anywhere
syn match cssTextAttr contained "\<match-parent\>"
syn match cssTextAttr contained "\<each-line\>"
syn match cssTextAttr contained "\<full-width\>"
syn match cssTextAttr contained "\<justify-all\>"
syn match cssTextAttr contained "\<break-spaces\>"
syn keyword cssTextProp contained tab-size text-align-all
syn keyword cssTextAttr contained loose strict hanging anywhere match-parent each-line full-width justify-all break-spaces