PyCharm 中的 Vagrantfile 语法高亮显示

Vagrantfile syntax highlight in PyCharm

我为 运行 VM 使用 Vagrant 插件,但我仍然希望在 PyCharm.

中设置 Vagrantfile 语法高亮

可以吗?

提前致谢!

Vagrantfile 被编写为 Ruby 源文件。因此,如果您可以让 Ruby 语法高亮显示在 PyCharm 中工作,则默认情况下它将适用于 vagrant 文件。看下面的问答,适用于PyCharm:

Is it possible to get Ruby syntax highlighting in PHPStorm?

tldr:

Git 在某处克隆以下 repo(例如 ~/PyCharm_Misc/):

https://github.com/textmate/ruby.tmbundle

然后在以下菜单中的 PyCharm 内添加回购文件夹 ( ~/PyCharm_Misc/ruby.tmbundle ) 作为 "TextMate Bundle":

文件 -> 设置 -> 编辑器 -> TextMate 包