mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
remove trailing spaces
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
" 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\>"
|
||||
syn match cssFontAttr contained "\<alternate-reverse\>"
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
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\)\>"
|
||||
syn match cssFontAttr contained "\<marquee-\(line\|block\)\>"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
" TODO: create cssMulticolProp group and cssMulticolAttr group
|
||||
syn keyword cssFontProp contained columns
|
||||
syn match cssFontProp contained "\<column-\(count\|fill\|gap\|rule\(-\(color\|style\|width\)\=\)\|span\|width\)\>"
|
||||
syn keyword cssFontAttr contained page column balance
|
||||
syn match cssFontAttr contained "\<avoid-\(page\|column\)\>"
|
||||
syn keyword cssFontAttr contained page column balance
|
||||
syn match cssFontAttr contained "\<avoid-\(page\|column\)\>"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
" TODO: create cssRubyProp group and cssRubyAttr group
|
||||
syn match cssFontProp contained "\<ruby-\(align\|overhang\|position\|span\)"
|
||||
syn keyword cssUIAttr contained start end
|
||||
syn match cssUIAttr contained "\<distribute-\(letter\|space\)\>"
|
||||
syn match cssUIAttr contained "\<line-edge\>"
|
||||
syn match cssUIAttr contained "\<distribute-\(letter\|space\)\>"
|
||||
syn match cssUIAttr contained "\<line-edge\>"
|
||||
|
||||
Reference in New Issue
Block a user