mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 18:54:25 +08:00
These removed syntaxes are included in [runtime files update][1].
[1]: 06fe74aef7 (diff-613ff34c5d60e41a3fc93fcb58277143)
9 lines
413 B
VimL
9 lines
413 B
VimL
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\>"
|