use cssFontAttr for temporary group

This commit is contained in:
Kyo Nagashima
2012-08-02 05:17:30 +09:00
parent c9425ea99b
commit e2cd668764

View File

@@ -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 keyword cssFontAttr contained start end
syn match cssFontAttr contained "\<distribute-\(letter\|space\)\>"
syn match cssFontAttr contained "\<line-edge\>"