CSS syntax highlighting in vim is not entirely optimal. For instance:
div.special_class
stops the selection on _.
Is there an improved marker that does not bite the underscore?
Update: I am using VIM-Vi IMproved 7.1 (2007 May 12, compiled 06/17/2008 15:22:40)
and the title of my css.vim:
" Vim syntax file
" Language: Cascading Style Sheets
" Maintainer: Claudio Fleiner <claudio@fleiner.com>
" URL: http://www.fleiner.com/vim/syntax/css.vim
" Last Change: 2006 Jun 19
" CSS2 by Nikolai Weibull
" Full CSS2, HTML4 support by Yeti
source
share