mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 18:54:25 +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\>"
|