如何让 Textmate 正确突出显示 Ruby .rb 文件中的代码?

发布于 2024-10-26 11:37:42 字数 161 浏览 2 评论 0原文

我在 OX X Snow Leopard 上使用 Textmate 版本 1.5.15 (1523)。我的 .rb 文件仅具有基本的突出显示,并且突出显示在双引号字符串的每次出现时都会中断。语法已检查且有效。

如何修复 .rb 文件的代码突出显示。就好像它不知道这是一个 Ruby 文件一样。

I am using version 1.5.15 (1523) of Textmate on OX X Snow Leopard. My .rb files only have rudimentary highlighting, and the highlighting breaks on every appearance of a double-quoted string. The syntax has been checked and it is valid.

How can I fix the code highlighting for .rb files. It's almost as if it doesn't know it's a Ruby file.

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

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

发布评论

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

评论(1

时光是把杀猪刀 2024-11-02 11:37:42

当您打开 .rb 文件时,请确保语法/文件类型设置为 Ruby。在窗口底部的“状态栏”中,行/列号右侧,您可以单击文件类型并选择“Ruby”(可能已设置为其他内容)。

执行此操作后,TextMate 应该记住 .rb 文件应该使用 Ruby 类型。

When you have an .rb file open, make sure that the syntax/filetype is set to Ruby. In the "status bar" at the bottom of the window, to the right of the Line/Column numbers, you can click the file type and choose "Ruby" (it's probably set to something else).

After doing this, TextMate should remember that .rb files should use the Ruby type going forward.

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