mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 10:44:23 +08:00
Add cssom-view.vim
This support based on latest working draft, not dev edition. The dev edition has removed `instant` value, but it is not a big problem. See also: http://www.w3.org/TR/2013/WD-cssom-view-20131217/ This resolves #33.
This commit is contained in:
2
after/syntax/css/cssom-view.vim
Normal file
2
after/syntax/css/cssom-view.vim
Normal file
@@ -0,0 +1,2 @@
|
||||
syn match cssFontProp contained "\<scroll-behavior\>"
|
||||
syn keyword cssFontAttr contained instant smooth
|
||||
Reference in New Issue
Block a user