mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 11:14:25 +08:00
follow WD-css3-gcpm-20111129
This commit is contained in:
@@ -1,10 +1,6 @@
|
|||||||
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(target-\(counter\|counters\|text\)\|symbols\)\s*(" end=")" oneline keepend
|
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(target-\(counter\|counters\|text\)\|symbols\)\s*(" end=")" oneline keepend
|
||||||
syn keyword cssGeneratedContentProp contained bleed hyphens marks
|
syn keyword cssGeneratedContentProp contained bleed marks
|
||||||
syn match cssGeneratedContentProp contained "\<bookmark-\(label\|level\|state\|target\)\>"
|
syn match cssGeneratedContentProp contained "\<bookmark-\(label\|level\|state\|target\)\>"
|
||||||
syn match cssGeneratedContentProp contained "\<float-offset\>"
|
syn match cssGeneratedContentProp contained "\<float-offset\>"
|
||||||
syn match cssGeneratedContentProp contained "\<hyphenate-\(before\|character\|lines\|resource\)\>"
|
|
||||||
syn match cssGeneratedContentProp contained "\<image-resolution\>"
|
|
||||||
syn match cssGeneratedContentProp contained "\<string-set\>"
|
syn match cssGeneratedContentProp contained "\<string-set\>"
|
||||||
syn keyword cssGeneratedContentAttr contained open closed manual crop cross
|
syn keyword cssGeneratedContentAttr contained open closed crop cross
|
||||||
syn match cssGeneratedContentAttr contained "\<no-limit\>"
|
|
||||||
syn match cssGeneratedContentAttr contained "\<super-decimal\>"
|
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ syn match cssGeneratedContentAttr contained "\<\(simp\|trad\)-chinese-\(formal\|
|
|||||||
syn keyword cssGeneratedContentAttr contained binary bengali cambodian devanagari gujarati gurmukhi kannada khmer lao malayalam mongolian myanmar octal oriya persian telugu tibetan thai urdu
|
syn keyword cssGeneratedContentAttr contained binary bengali cambodian devanagari gujarati gurmukhi kannada khmer lao malayalam mongolian myanmar octal oriya persian telugu tibetan thai urdu
|
||||||
syn match cssGeneratedContentAttr contained "\<arabic-indic\>"
|
syn match cssGeneratedContentAttr contained "\<arabic-indic\>"
|
||||||
syn match cssGeneratedContentAttr contained "\<\(lower\|upper\)-hexadecimal\>"
|
syn match cssGeneratedContentAttr contained "\<\(lower\|upper\)-hexadecimal\>"
|
||||||
|
syn match cssGeneratedContentAttr contained "\<super-decimal\>"
|
||||||
syn keyword cssGeneratedContentAttr contained afar amharic oromo sidama somali tigre
|
syn keyword cssGeneratedContentAttr contained afar amharic oromo sidama somali tigre
|
||||||
syn match cssGeneratedContentAttr contained "\<ethiopic\(-\(abegede\|abegede-am-et\|abegede-gez\|abegede-ti-er\|abegede-ti-et\|halehame-aa-er\|halehame-aa-et\|halehame-am-et\|halehame-gez\|halehame-om-et\|halehame-sid-et\|halehame-so-et\|halehame-ti-er\|halehame-ti-et\|halehame-tig\)\)\=\>"
|
syn match cssGeneratedContentAttr contained "\<ethiopic\(-\(abegede\|abegede-am-et\|abegede-gez\|abegede-ti-er\|abegede-ti-et\|halehame-aa-er\|halehame-aa-et\|halehame-am-et\|halehame-gez\|halehame-om-et\|halehame-sid-et\|halehame-so-et\|halehame-ti-er\|halehame-ti-et\|halehame-tig\)\)\=\>"
|
||||||
syn match cssGeneratedContentAttr contained "\<hangul\(-consonant\)\=\>"
|
syn match cssGeneratedContentAttr contained "\<hangul\(-consonant\)\=\>"
|
||||||
|
|||||||
@@ -96,18 +96,12 @@
|
|||||||
|
|
||||||
.gcpm {
|
.gcpm {
|
||||||
bleed: target-counter(attr(href, url), page, decimal);
|
bleed: target-counter(attr(href, url), page, decimal);
|
||||||
hyphens: target-counters(attr(href, url), section, ".", decimal);
|
|
||||||
marks: target-text(attr(href), content());
|
marks: target-text(attr(href), content());
|
||||||
bookmark-label: open;
|
bookmark-label: open;
|
||||||
bookmark-level: closed;
|
bookmark-level: closed;
|
||||||
bookmark-state: manual;
|
bookmark-state: target-text(attr(href), content());
|
||||||
bookmark-target: crop;
|
bookmark-target: crop;
|
||||||
float-offset: cross;
|
float-offset: cross;
|
||||||
hyphenate-before: no-limit;
|
|
||||||
hyphenate-character: super-decimal;
|
|
||||||
hyphenate-lines: auto;
|
|
||||||
hyphenate-resource: auto;
|
|
||||||
image-resolution: auto;
|
|
||||||
string-set: auto;
|
string-set: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -214,6 +208,7 @@
|
|||||||
display: arabic-indic;
|
display: arabic-indic;
|
||||||
display: lower-hexadecimal;
|
display: lower-hexadecimal;
|
||||||
display: upper-hexadecimal;
|
display: upper-hexadecimal;
|
||||||
|
display: super-decimal;
|
||||||
display: afar;
|
display: afar;
|
||||||
display: amharic;
|
display: amharic;
|
||||||
display: oromo;
|
display: oromo;
|
||||||
|
|||||||
Reference in New Issue
Block a user