Follow changes in CR-css-grid-1-20171214

See also: http://www.w3.org/TR/2017/CR-css-grid-1-20171214/
This commit is contained in:
Kyo Nagashima
2017-12-14 22:33:22 +09:00
parent 65ebb1fec8
commit ddbb38a194
2 changed files with 1 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
syn match cssFontProp contained "\<\(justify\|align\|place\)-\(self\|content\|items\)\>"
syn match cssFontProp contained "\<\(grid-\)\=\(\(row\|column\)-\)\=gap\>"
syn match cssFontProp contained "\<\(\(row\|column\)-\)\=gap\>"
syn keyword cssFontAttr contained safe unsafe legacy
syn match cssFontAttr contained "\<\(self\|flex\)-\(start\|end\)\>"
syn match cssFontAttr contained "\<space-\(between\|around\|evenly\)\>"