GVim:奇数线和偶数线的不同颜色
我可以为 GVim (MacVim) 创建配色方案,其中奇数线和偶数线将具有不同的颜色吗?
Can I create color scheme for GVim (MacVim) where odd lines and even lines will have different colors?
我可以为 GVim (MacVim) 创建配色方案,其中奇数线和偶数线将具有不同的颜色吗?
Can I create color scheme for GVim (MacVim) where odd lines and even lines will have different colors?
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
Google 搜索结果 this up (我不知道该怎么做,但你的问题让我很好奇)。下面发帖。
使其可以处理文本文件,如下所示(在 W32 上)
注意:
1. filetype.vim 位于“after-directory”中并使用“:setf”
避免覆盖已经检测到的“特殊”.txt 文件。
语法中突出显示名称前带有“default”
文件(但不是没有它)来自颜色方案的颜色
(从 vimrc 调用)被使用。 (如果没有配色方案,
仍然使用语法文件中的“默认”颜色。)
还没有成功(但没有太多尝试)
适用于已定义的更复杂的文件类型
像 HTML 这样的语法
输入上述更改后,必须重新启动 Vim
以使它们生效。
好了,现在就到此为止吧,我要睡午觉了。
此致,
托尼.
A Google search turned this up (I didn't know how to do it, but your question made me curious). Post below.
Got it to work on text files, as follows (on W32)
Notes:
1. filetype.vim in an "after-directory" and with ":setf" to
avoid overriding already-detected "special" .txt files.
With "default" before the highlight name in the syntax
file (but not without it) the colors from the colorscheme
(invoked from the vimrc) are used. (Without a colorscheme,
the "default" colors from the syntax file are still used.)
Haven't succeeded (but haven't much tried) to make it
work for a more complex filetype with an already defined
syntax like HTML
After entering the above changes, Vim must be restarted
for them to take effect.
OK, enough for now, I'm taking a nap.
Best regards,
Tony.