mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2026-01-21 08:32:04 +08:00
5 lines
245 B
VimL
5 lines
245 B
VimL
" TODO: create cssRubyProp group and cssRubyAttr group
|
|
syn match cssFontProp contained "\<ruby-\(position\|merge\|align\)"
|
|
syn match cssFontAttr contained "\<ruby-\(base\|text\)-container\>"
|
|
syn match cssFontAttr contained "\<inter-character\>"
|