VIM Ruby Regex 语法用引号高亮显示

发布于 2024-12-10 18:11:41 字数 258 浏览 0 评论 0原文

我想知道当正则表达式中有引号时,我可以做些什么来修复 Ruby 正则表达式语法突出显示?

问题出在这里: 带引号的正则表达式

并将其与不带引号的类似内容进行比较: Regex withoutquotes

(我已经在使用最新的 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:
Regex with quotes

And compare it to the similar where there are no quotes:
Regex without quotes

(I'm already using the latest vim-ruby plugin).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一个人的夜不怕黑 2024-12-17 18:11:41

实际上,您似乎在 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文