mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 11:14:25 +08:00
remove duplicate property
This commit is contained in:
@@ -110,6 +110,7 @@ HISTORY
|
|||||||
|
|
||||||
* Remove deprecated CSS Grid Positioning Module
|
* Remove deprecated CSS Grid Positioning Module
|
||||||
* Follow spec updates
|
* Follow spec updates
|
||||||
|
* Some minor bug fixes
|
||||||
|
|
||||||
### v0.5
|
### v0.5
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
" TODO: create cssMarqueeProp group and cssMarqueeAttr group
|
" TODO: create cssMarqueeProp group and cssMarqueeAttr group
|
||||||
syn match cssFontProp contained "\<marquee-\(direction\|play-count\|speed\|style\)\>"
|
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 keyword cssFontAttr contained forward reverse infinite slow fast slide alternate
|
||||||
syn match cssFontAttr contained "\<marquee-\(line\|block\)\>"
|
syn match cssFontAttr contained "\<marquee-\(line\|block\)\>"
|
||||||
|
|||||||
Reference in New Issue
Block a user