Follow changes in WD-css-multicol-1-20171005

This module renamed from `css3-multicol` to `css-multicol-1`.

See also: http://www.w3.org/TR/2017/WD-css-multicol-1-20171005/
This commit is contained in:
Kyo Nagashima
2017-10-06 08:44:15 +09:00
parent a552f6b7b2
commit edf5147e1b
5 changed files with 9 additions and 9 deletions

View File

@@ -1,2 +1,3 @@
syn match cssFontProp contained "\<break-\(after\|before\|inside\)\>"
syn match cssFontProp contained "\<box-decoration-break\>"
syn match cssFontAttr contained "\<\(avoid-\)\=column\>"

View File

@@ -1,4 +1,3 @@
syn keyword cssFontProp contained columns
syn match cssFontProp contained "\<column-\(count\|fill\|rule\(-\(color\|style\|width\)\)\=\|span\|width\)\>"
syn keyword cssFontAttr contained balance
syn match cssFontAttr contained "\<\(avoid-\)\=column\>"
syn match cssFontAttr contained "\<balance\(-all\)\=\>"