mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-08 03:24:44 +08:00
Follow WD-css-counter-styles-3-20140826
See also: http://www.w3.org/TR/2014/WD-css-counter-styles-3-20140826/
This commit is contained in:
@@ -3,7 +3,7 @@ syn region cssInclude start=/@counter-style\>/ end=/\ze{/ skipwhite skipnl conta
|
|||||||
syn keyword cssGeneratedContentProp contained system negative prefix suffix range pad fallback
|
syn keyword cssGeneratedContentProp contained system negative prefix suffix range pad fallback
|
||||||
syn match cssGeneratedContentProp contained "\<\(additive-\)\=symbols\>"
|
syn match cssGeneratedContentProp contained "\<\(additive-\)\=symbols\>"
|
||||||
syn match cssGeneratedContentProp contained "\<speak-as\>"
|
syn match cssGeneratedContentProp contained "\<speak-as\>"
|
||||||
syn keyword cssGeneratedContentAttr contained cyclic symbolic numeric additive override
|
syn keyword cssGeneratedContentAttr contained cyclic symbolic additive extends bullets numbers words
|
||||||
syn match cssGeneratedContentAttr contained "\<cjk-decimal\>"
|
syn match cssGeneratedContentAttr contained "\<cjk-decimal\>"
|
||||||
syn match cssGeneratedContentAttr contained "\<disclosure-\(open\|closed\)\>"
|
syn match cssGeneratedContentAttr contained "\<disclosure-\(open\|closed\)\>"
|
||||||
syn match cssGeneratedContentAttr contained "\<simp-chinese-\(in\)\=formal\>"
|
syn match cssGeneratedContentAttr contained "\<simp-chinese-\(in\)\=formal\>"
|
||||||
|
|||||||
@@ -107,9 +107,9 @@
|
|||||||
@counter-style counter-style {
|
@counter-style counter-style {
|
||||||
system: cyclic;
|
system: cyclic;
|
||||||
negative: symbolic;
|
negative: symbolic;
|
||||||
prefix: numeric;
|
prefix: numbers;
|
||||||
suffix: additive;
|
suffix: additive;
|
||||||
range: override;
|
range: extends;
|
||||||
pad: cjk-decimal;
|
pad: cjk-decimal;
|
||||||
fallback: disclosure-open;
|
fallback: disclosure-open;
|
||||||
symbols: disclosure-closed;
|
symbols: disclosure-closed;
|
||||||
@@ -119,6 +119,8 @@
|
|||||||
display: trad-chinese-formal;
|
display: trad-chinese-formal;
|
||||||
display: ethiopic-numeric;
|
display: ethiopic-numeric;
|
||||||
display: symbols("*" "\2020" "\2021" "\A7");
|
display: symbols("*" "\2020" "\2021" "\A7");
|
||||||
|
display: bullets;
|
||||||
|
display: words;
|
||||||
}
|
}
|
||||||
|
|
||||||
.display {
|
.display {
|
||||||
|
|||||||
@@ -117,9 +117,9 @@
|
|||||||
@counter-style counter-style {
|
@counter-style counter-style {
|
||||||
system: cyclic;
|
system: cyclic;
|
||||||
negative: symbolic;
|
negative: symbolic;
|
||||||
prefix: numeric;
|
prefix: numbers;
|
||||||
suffix: additive;
|
suffix: additive;
|
||||||
range: override;
|
range: extends;
|
||||||
pad: cjk-decimal;
|
pad: cjk-decimal;
|
||||||
fallback: disclosure-open;
|
fallback: disclosure-open;
|
||||||
symbols: disclosure-closed;
|
symbols: disclosure-closed;
|
||||||
@@ -129,6 +129,8 @@
|
|||||||
display: trad-chinese-formal;
|
display: trad-chinese-formal;
|
||||||
display: ethiopic-numeric;
|
display: ethiopic-numeric;
|
||||||
display: symbols("*" "\2020" "\2021" "\A7");
|
display: symbols("*" "\2020" "\2021" "\A7");
|
||||||
|
display: bullets;
|
||||||
|
display: words;
|
||||||
}
|
}
|
||||||
|
|
||||||
.display {
|
.display {
|
||||||
|
|||||||
Reference in New Issue
Block a user