add support for CSS3 basic box model

This commit is contained in:
Kyo Nagashima
2011-01-25 20:27:54 +09:00
parent a0adfb212b
commit 240a479271
2 changed files with 5 additions and 1 deletions

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

View File

@@ -1 +0,0 @@
syn match cssBoxProp contained "\<overflow-\(x\|y\)\>"