mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
Follow WD-css-align-3-20141218
No changes. See also: http://www.w3.org/TR/2014/WD-css-align-3-20141218/
This commit is contained in:
5
after/syntax/css/css-align-3.vim
Normal file
5
after/syntax/css/css-align-3.vim
Normal file
@@ -0,0 +1,5 @@
|
||||
" TODO: create cssAlignProp group and cssAlignAttr group
|
||||
syn match cssFontProp contained "\<\(justify\|align\)-\(self\|content\|items\)\>"
|
||||
syn keyword cssFontAttr contained safe true
|
||||
syn match cssFontAttr contained "\<\(self\|flex\)-\(start\|end\)\>"
|
||||
syn match cssFontAttr contained "\<space-\(between\|around\|evenly\)\>"
|
||||
Reference in New Issue
Block a user