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