The CSS syntax highlighting in vim is not entirely optimal. For example:
div.special_class
stops the highlighting at the _
.
Is there an improved highlighter that doesn't bite on an underscore?
Update: I'm using VIM - Vi IMproved 7.1 (2007 May 12, compiled Jun 17 2008 15:22:40)
and the header of my css.vim is:
" Vim syntax file
" Language: Cascading Style Sheets
" Maintainer: Claudio Fleiner <[email protected]>
" URL: http://www.fleiner.com/vim/syntax/css.vim
" Last Change: 2006 Jun 19
" CSS2 by Nikolai Weibull
" Full CSS2, HTML4 support by Yeti