mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
6 lines
348 B
VimL
6 lines
348 B
VimL
" TODO: create cssMarqueeProp group and cssMarqueeAttr group
|
|
syn match cssFontProp contained "\<marquee-\(direction\|play-count\|speed\|style\)\>"
|
|
syn match cssFontProp contained "\<overflow-style\>"
|
|
syn keyword cssFontAttr contained forward reverse infinite slow fast slide alternate
|
|
syn match cssFontAttr contained "\<marquee-\(line\|block\)\>"
|