mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
6 lines
287 B
VimL
6 lines
287 B
VimL
" TODO: create cssRubyProp group and cssRubyAttr group
|
|
syn match cssFontProp contained "\<ruby-\(align\|overhang\|position\|span\)"
|
|
syn keyword cssUIAttr contained start end
|
|
syn match cssUIAttr contained "\<distribute-\(letter\|space\)\>"
|
|
syn match cssUIAttr contained "\<line-edge\>"
|