mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +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 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 "\<float-offset\>"
|
||||
syn match cssGeneratedContentProp contained "\<hyphenate-\(before\|character\|lines\|resource\)\>"
|
||||
syn match cssGeneratedContentProp contained "\<image-resolution\>"
|
||||
syn match cssGeneratedContentProp contained "\<string-set\>"
|
||||
syn keyword cssGeneratedContentAttr contained open closed manual crop cross
|
||||
syn match cssGeneratedContentAttr contained "\<no-limit\>"
|
||||
syn match cssGeneratedContentAttr contained "\<super-decimal\>"
|
||||
syn keyword cssGeneratedContentAttr contained open closed crop cross
|
||||
|
||||
@@ -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 match cssGeneratedContentAttr contained "\<arabic-indic\>"
|
||||
syn match cssGeneratedContentAttr contained "\<\(lower\|upper\)-hexadecimal\>"
|
||||
syn match cssGeneratedContentAttr contained "\<super-decimal\>"
|
||||
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 "\<hangul\(-consonant\)\=\>"
|
||||
|
||||
@@ -96,18 +96,12 @@
|
||||
|
||||
.gcpm {
|
||||
bleed: target-counter(attr(href, url), page, decimal);
|
||||
hyphens: target-counters(attr(href, url), section, ".", decimal);
|
||||
marks: target-text(attr(href), content());
|
||||
bookmark-label: open;
|
||||
bookmark-level: closed;
|
||||
bookmark-state: manual;
|
||||
bookmark-state: target-text(attr(href), content());
|
||||
bookmark-target: crop;
|
||||
float-offset: cross;
|
||||
hyphenate-before: no-limit;
|
||||
hyphenate-character: super-decimal;
|
||||
hyphenate-lines: auto;
|
||||
hyphenate-resource: auto;
|
||||
image-resolution: auto;
|
||||
string-set: auto;
|
||||
}
|
||||
|
||||
@@ -214,6 +208,7 @@
|
||||
display: arabic-indic;
|
||||
display: lower-hexadecimal;
|
||||
display: upper-hexadecimal;
|
||||
display: super-decimal;
|
||||
display: afar;
|
||||
display: amharic;
|
||||
display: oromo;
|
||||
|
||||
Reference in New Issue
Block a user