Files
vim-css3-syntax/after/syntax/css/text-3.vim
Kyo Nagashima 241f57e057 Follow changes in the default runtime files
These removed syntaxes are included in [runtime files update][1].

[1]: 06fe74aef7 (diff-613ff34c5d60e41a3fc93fcb58277143)
2020-02-13 12:40:35 +09:00

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\>"