mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 10:44:23 +08:00
Follow changes in CR-css-scroll-snap-1-20161020
See also: https://www.w3.org/TR/2016/CR-css-scroll-snap-1-20161020/
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
syn match cssFontProp contained "\<scroll-snap-\(type\|align\|\(\(padding\|margin\)\(-\(top\|bottom\|right\|left\|\(block\|inline\)\(-\(end\|start\)\)\=\)\)\=\)\|stop\)\>"
|
||||
syn keyword cssFontAttr contained x y mandatory proximity point
|
||||
syn match cssFontProp contained "\<scroll-snap-\(type\|align\|stop\)\>"
|
||||
syn match cssFontProp contained "\<scroll-\(padding\|snap-margin\)\(-\(top\|bottom\|right\|left\|\(block\|inline\)\(-\(end\|start\)\)\=\)\)\=\>"
|
||||
syn keyword cssFontAttr contained x y mandatory proximity
|
||||
|
||||
Reference in New Issue
Block a user