VIM Ruby Regex 语法用引号高亮显示
我想知道当正则表达式中有引号时,我可以做些什么来修复 Ruby 正则表达式语法突出显示?
问题出在这里:
并将其与不带引号的类似内容进行比较:
(我已经在使用最新的 vim-ruby 插件)。
I wonder what I can do to fix the Ruby Regex syntax highlighting when there are quotes in the Regex?
Here is where the problem is:
And compare it to the similar where there are no quotes:
(I'm already using the latest vim-ruby plugin).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
实际上,您似乎在 vim 设置(或者可能是过时的 vim 版本)方面遇到了一些问题 - 对我来说一切正常。我为 Debian 打包了 vim 7.3.346。
标准 ruby 语法文件和 vim-ruby 中的语法文件都可以完成这项工作。
如果更新不是一个选项或没有帮助,请附加 :syntax 和 :script 命令的输出。这是提示如何简化该过程。
Actually it seems you have some problems with vim setup (or maybe outdated version of vim) -- everything works fine for me. I have vim 7.3.346 packaged for Debian.
Standard ruby syntax files and syntax files from vim-ruby both do the job.
If updating is not an option or doesn't help please attach output of :syntax and :script commands. Here is a hint how to simplify the proccess.