改进了 vim 中的 CSS 语法高亮显示
vim 中的 CSS 语法高亮显示并不完全是最佳的。 例如:
div.special_class
在 _
处停止突出显示。
有没有一种改进的荧光笔不会咬下划线?
更新: 我正在使用 VIM - Vi IMproved 7.1 (2007 年 5 月 12 日,编译于 2008 年 6 月 17 日 15:22:40)
,我的 css.vim 的标题是:
" 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
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我没有这个问题。 这是我的语法文件的标题:
语法文件的相关行是这样的:
I don't have that problem. This is the header of my syntax file:
The relevant line of the syntax file, is this:
你使用什么版本的 vim?
我的 css.vim 是
随 vim 7.0 一起提供的,它不会公开您所描述的行为。
What version of vim are you using?
My css.vim is
as shipped with vim 7.0, and it does not expose the behaviour you described.