mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
use cssFontAttr for temporary group
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
" TODO: create cssRubyProp group and cssRubyAttr group
|
" TODO: create cssRubyProp group and cssRubyAttr group
|
||||||
syn match cssFontProp contained "\<ruby-\(align\|overhang\|position\|span\)"
|
syn match cssFontProp contained "\<ruby-\(align\|overhang\|position\|span\)"
|
||||||
syn keyword cssUIAttr contained start end
|
syn keyword cssFontAttr contained start end
|
||||||
syn match cssUIAttr contained "\<distribute-\(letter\|space\)\>"
|
syn match cssFontAttr contained "\<distribute-\(letter\|space\)\>"
|
||||||
syn match cssUIAttr contained "\<line-edge\>"
|
syn match cssFontAttr contained "\<line-edge\>"
|
||||||
|
|||||||
Reference in New Issue
Block a user