mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 18:54:25 +08:00
Follow changes in WD-css-scroll-snap-1-20160623
See also: https://www.w3.org/TR/2016/WD-css-scroll-snap-1-20160623/
This commit is contained in:
2
after/syntax/css/css-scroll-snap-1.vim
Normal file
2
after/syntax/css/css-scroll-snap-1.vim
Normal file
@@ -0,0 +1,2 @@
|
||||
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
|
||||
@@ -1,2 +0,0 @@
|
||||
syn match cssFontProp contained "\<scroll-snap-\(type\|padding\|margin\|align\)\=\>"
|
||||
syn keyword cssFontAttr contained mandatory proximity
|
||||
@@ -23,9 +23,9 @@ syn include @htmlCss syntax/css/css-pseudo-4.vim
|
||||
syn include @htmlCss syntax/css/css-round-display-1.vim
|
||||
syn include @htmlCss syntax/css/css-ruby-1.vim
|
||||
syn include @htmlCss syntax/css/css-scoping-1.vim
|
||||
syn include @htmlCss syntax/css/css-scroll-snap-1.vim
|
||||
syn include @htmlCss syntax/css/css-shapes-1.vim
|
||||
syn include @htmlCss syntax/css/css-sizing-3.vim
|
||||
syn include @htmlCss syntax/css/css-snappoints-1.vim
|
||||
syn include @htmlCss syntax/css/css-text-3.vim
|
||||
syn include @htmlCss syntax/css/css-text-4.vim
|
||||
syn include @htmlCss syntax/css/css-text-decor-3.vim
|
||||
|
||||
Reference in New Issue
Block a user