我使用Vagrant插件来运行VM,但我仍然希望在PyCharm中设置Vagrantfile语法高亮。
有可能吗?
提前致谢!
答案 0 :(得分:13)
Vagrantfile被编写为Ruby源文件。因此,如果您可以在PyCharm中使用Ruby语法突出显示,则默认情况下它将适用于vagrant文件。请参阅以下问题和答案,它适用于PyCharm:
Is it possible to get Ruby syntax highlighting in PHPStorm?
<强> tldr 强>:
Git克隆以下的repo(例如〜/ PyCharm_Misc / ):
<强> https://github.com/textmate/ruby.tmbundle 强>
然后将repo的文件夹(〜/ PyCharm_Misc / ruby.tmbundle )添加为&#34; TextMate Bundle&#34;在PyCharm里面的以下菜单中:
文件 - &gt;设置 - &gt;编辑 - &gt; TextMate Bundles