mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-09 03:54:46 +08:00
Follow changes in WD-css-sizing-3-20180304
See also: http://www.w3.org/TR/2018/WD-css-sizing-3-20180304/ This commit also moves `fit-content()` from `css-grid-1.vim`.
This commit is contained in:
@@ -1 +1,2 @@
|
||||
syn match cssFontAttr contained "\<\(\(min\|max\|fit\)-content\)\>"
|
||||
syn match cssFontAttr contained "\<\(\(min\|max\)-content\)\>"
|
||||
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(fit-content\)\s*(" end=")" oneline keepend
|
||||
|
||||
Reference in New Issue
Block a user