mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
add support for CSS3 basic box model
This commit is contained in:
5
after/syntax/css/css3-box.vim
Normal file
5
after/syntax/css/css3-box.vim
Normal file
@@ -0,0 +1,5 @@
|
||||
syn match cssBoxProp contained "\<overflow-\(style\|x\|y\)\>"
|
||||
syn match cssBoxProp contained "\<rotation\(-point\)\=\>"
|
||||
syn keyword cssBoxAttr contained scrollbar panner move marquee
|
||||
syn match cssBoxAttr contained "\<ruby\(-\(base\(-group\)\=\|text\(-group\)\=\)\)\=\>"
|
||||
syn match cssBoxAttr contained "\<no-\(display\|content\)\>"
|
||||
@@ -1 +0,0 @@
|
||||
syn match cssBoxProp contained "\<overflow-\(x\|y\)\>"
|
||||
Reference in New Issue
Block a user