mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-08 11:34:45 +08:00
follow WD-css3-ruby-20130919
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
" TODO: create cssRubyProp group and cssRubyAttr group
|
||||
syn match cssFontProp contained "\<ruby-\(align\|overhang\|position\|span\)"
|
||||
syn keyword cssFontAttr contained start end
|
||||
syn match cssFontAttr contained "\<distribute-\(letter\|space\)\>"
|
||||
syn match cssFontAttr contained "\<line-edge\>"
|
||||
syn match cssFontProp contained "\<ruby-\(position\|merge\|align\)"
|
||||
syn match cssFontAttr contained "\<ruby-\(base\|text\)-container\>"
|
||||
syn match cssFontAttr contained "\<inter-character\>"
|
||||
|
||||
@@ -298,11 +298,9 @@
|
||||
}
|
||||
|
||||
.ruby {
|
||||
ruby-align: start;
|
||||
ruby-overhang: end;
|
||||
ruby-position: distribute-letter;
|
||||
ruby-span: distribute-space;
|
||||
display: line-edge;
|
||||
ruby-merge: ruby-text-container;
|
||||
ruby-align: inter-character;
|
||||
ruby-position: ruby-base-container;
|
||||
}
|
||||
|
||||
.selectors:not([DISABLED]),
|
||||
|
||||
Reference in New Issue
Block a user