mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 19:24:25 +08:00
add support for CSS3 Marquee
This commit is contained in:
5
after/syntax/css/css3-marquee.vim
Normal file
5
after/syntax/css/css3-marquee.vim
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
" 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\)\>"
|
||||||
Reference in New Issue
Block a user