mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 18:54:25 +08:00
5 lines
339 B
VimL
5 lines
339 B
VimL
" TODO: create cssAnimationsProp group and cssAnimationsAttr group
|
|
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\>"
|