mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
See also: http://www.w3.org/TR/2015/WD-css-inline-3-20150917/ This commit also deprecates css3-linebox that I forgot to deprecate.
5 lines
256 B
VimL
5 lines
256 B
VimL
syn match cssFontProp contained "\<\(dominant\|alignment\)-baseline\>"
|
|
syn match cssFontProp contained "\<baseline-shift\>"
|
|
syn match cssFontProp contained "\<initial-letter\(-\(align\|wrap\)\)\="
|
|
syn keyword cssFontAttr contained mathematical ideographic
|