mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2026-01-22 00:52:04 +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\>"
|