Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/visual-studio-2008/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Atom editor 如何让Atom将扩展识别为Ruby_Atom Editor - Fatal编程技术网

Atom editor 如何让Atom将扩展识别为Ruby

Atom editor 如何让Atom将扩展识别为Ruby,atom-editor,Atom Editor,目前我正在Atom中编辑.lic文件,从技术上讲,它们是基于Ruby的程序编译的Ruby文件。Atom没有将它们注册为Ruby文件,因为扩展名很奇怪。有没有办法让Atom将此扩展名识别为ruby文件? 提前感谢您的帮助。您可以通过软件包在Atom中添加更深入的Ruby支持。希望这有助于: :)如果您在Atom中有Ruby语言包,您可以尝试在配置文件中添加.lic扩展名。谢谢,这是一篇不错的文章,但我已经安装了Ruby包。我只是想让语法高亮显示在一个扩展名不同于传统Ruby文件的Ruby文件中工作

目前我正在Atom中编辑.lic文件,从技术上讲,它们是基于Ruby的程序编译的Ruby文件。Atom没有将它们注册为Ruby文件,因为扩展名很奇怪。有没有办法让Atom将此扩展名识别为ruby文件?
提前感谢您的帮助。

您可以通过软件包在Atom中添加更深入的Ruby支持。希望这有助于:


:)

如果您在Atom中有Ruby语言包,您可以尝试在配置文件中添加.lic扩展名。谢谢,这是一篇不错的文章,但我已经安装了Ruby包。我只是想让语法高亮显示在一个扩展名不同于传统Ruby文件的Ruby文件中工作。