Add missing value

This commit is contained in:
Kyo Nagashima
2016-06-28 12:12:39 +09:00
parent c7cba6931d
commit 77c66d5b21
3 changed files with 3 additions and 1 deletions

View File

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