Follow WD-css3-regions-20140218

See also: http://www.w3.org/TR/2014/WD-css3-regions-20140218/
This commit is contained in:
Kyo Nagashima
2014-02-19 11:53:48 +09:00
parent 3cf9bf4dbb
commit 8662ca1ca9
3 changed files with 19 additions and 20 deletions

View File

@@ -1,6 +1,7 @@
" TODO: create cssRegionsProp group and cssRegionsAttr group
syn match cssFontProp contained "\<flow-\(from\|into\)\>"
syn match cssFontProp contained "\<region-fragment\>"
syn keyword cssFontAttr contained element content break
syn match cssFontAttr contained "\<\(avoid-\)\=region\>"
syn region cssPseudoClassLang matchgroup=cssPseudoClassId start="::\=region(" end=")" oneline
if !hlexists('cssRegionsProp')
syn match cssFontProp contained "\<flow-\(into\|from\)\>"
syn match cssFontProp contained "\<region-fragment\>"
syn keyword cssFontAttr contained element content break
syn match cssFontAttr contained "\<\(avoid-\)\=region\>"
syn keyword cssPseudoClassId contained region
endif