add support for CSS3 Generated Content for Paged Media

This commit is contained in:
Kyo Nagashima
2011-01-25 19:18:34 +09:00
parent 6d791867c4
commit a8bdbfd1d7

View File

@@ -0,0 +1,10 @@
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(target-\(counter\|counters\|text\)\|symbols\)\s*(" end=")" oneline keepend
syn keyword cssGeneratedContentProp contained bleed hyphens marks
syn match cssGeneratedContentProp contained "\<bookmark-\(lable\|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\>"