mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +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\>"
|