mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2026-06-19 23:42:44 +08:00
67e1163e71
See also: http://www.w3.org/TR/pointerevents/ This resolves #46.
4 lines
149 B
VimL
4 lines
149 B
VimL
syn match cssFontProp contained "\<touch-action\>"
|
|
syn keyword cssFontAttr contained manipulation
|
|
syn match cssFontAttr contained "\<pan-\(x\|y\)\>"
|