mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 18:54:25 +08:00
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.
3 lines
103 B
VimL
3 lines
103 B
VimL
syn match cssFontProp contained "\<scroll-behavior\>"
|
|
syn keyword cssFontAttr contained instant smooth
|