remove duplicate property

This commit is contained in:
Kyo Nagashima
2012-08-02 05:07:59 +09:00
parent c04bea8399
commit f2780edc75
2 changed files with 1 additions and 1 deletions

View File

@@ -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

View File

@@ -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\)\>"