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 中为给定(打开)文件设置语言很容易,但我想知道是否有任何方法可以提前告诉编辑器任何称为“Guardfile”的东西都应该像 Ruby 代码一样突出显示. 有谁知道如何做到这一点?
Brian 在评论中推荐的插件都很好地完成了这项工作:
更新:
由于某种原因,我无法让 SyntaxFromFileName 匹配我的任何正则表达式。另一方面,DetectSyntax 带有内置Guardfile 的语法高亮显示。
更新2:
DetectSyntax 已重命名为 ApplySyntax
Putting the following at the top of said file also works
#!/usr/bin/env ruby