mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 18:54:25 +08:00
4 lines
272 B
VimL
4 lines
272 B
VimL
syn match cssFontProp contained "\<animation\(-\(name\|duration\|timing-function\|iteration-count\|direction\|play-state\|delay\|fill-mode\)\)\=\>"
|
|
syn keyword cssFontAttr contained forwards backwards running paused
|
|
syn match cssFontAttr contained "\<alternate-reverse\>"
|