" CSS syntax syn clear Comment syn case ignore syn region Comment start=+/\*+ end=+\*/+ syn keyword Selector html body div p dl dt dd ul ol li span syn keyword Selector pre tt blockquote code cite syn keyword Selector table tbody trow tr th td syn keyword Selector form input select syn keyword Selector a img em i b strong u "small big large syn match Selector "\" syn match Selector "[.:#][-_a-z0-9]\+\>" "syn match Attribute "\<\(vertical\|text\)-align\(\s*:\)\@=" "syn match Attribute "\<\(border\|padding\|margin\)\(-\(left\|right\|top\|bottom\)\)\?\(\s*:\)\@=" "syn match Attribute "\<\(background-\)\?color\(\s*:\)\@=" "syn match Attribute "\<\(text-transform\|background\|position\|display\)\(\s*:\)\@=" "syn match Attribute "\" so $vim_cf/quoted.syn let b:current_syntax = "css"