Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 sublime text 2 编写 ruby 代码。
有没有办法突出显示类似于括号匹配模式的关键字对(do...end)?
查看新的Bracket Highlighter 2 alpha 分支。我相信您现在可以自定义它来完成您的要求。
看看名为 BracketHighlighter ( github ) 的 Sublime 扩展。如果它不支持 Ruby,应该很容易添加 - 逻辑已经存在,您只需要添加“括号”。