在 VS2010 中寻找 Antlr Grammar 语法高亮

发布于 2024-10-19 00:42:45 字数 528 浏览 2 评论 0原文

我正在寻找一些方法来直接在 VS2010 中编辑 antlr 语法文件并使用语法突出显示。

我经常使用antlrworks,但它有一个缺点,就是我必须单独启动antlrworks,然后浏览到我想要编辑的文件,进行更改并保存。对于小修复,我不需要 Antlrworks 中的所有工具,但我仍然想要语法突出显示。

但我无法让 VS2010 使用正确的文件打开 antlrworks,并且我没有找到其他方法可以直接在 VS2010 编辑器中获取语法突出显示,它只是以纯文本形式打开。

我可以让 Visual Studio 打开 Antlrworks,但它只会打开它打开的最后一组文件,而不是我单击的文件。

所以我的问题是:

当我在 Visual Studio 项目资源管理器中双击 Antlrworks 时,有没有办法让 Antlrworks 打开正确的文件?

是否有其他方法可以在 Visual Studio 中(或使用其他编辑器,最好不是花钱的编辑器,但如果没有免费的编辑器,则可以选择商业编辑器)来获得正确的 Antlr 语法文件的语法突出显示。

I am looking for some way to edit antlr grammar files directly within VS2010 with syntax highlight.

I have used antlrworks a lot but it has the drawback that I have to start antlrworks separately and then browse to the file I want to edit, do the changed and save. For minor fixes I do not need all the tools in Antlrworks but I still would like the syntax highlight.

But I have not been able to get VS2010 to open antlrworks with the right file and I have found no other way to get syntax highlight directly within VS2010 editor, it just opens as plain text.

I can get visual studio to open antlrworks but it will open with only the last set of files it had open, not the one I clicked on.

So my question(s) are:

Is there a way to get antlrworks to open with the right file when I double click in it in visual studio project explorer?

Is there any other way to get correct syntax highlight for antlr grammar files within visual studio (or with another editor, preferably not one that costs money, but if there are no free ones a commercial one might be an option).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

爱要勇敢去追 2024-10-26 00:42:45

您可以尝试 Tunnel Vision Labs 扩展。这可以在 Microsoft Gallery 中找到

You could try the Tunnel Vision Labs extension. This can be found in Microsoft Gallery

长途伴 2024-10-26 00:42:45

您可以提供 Visual Studio 用于突出显示 ANTLR 语法文件的自定义解析器类。

请参阅:语法着色(托管包框架)

You can provide a custom parser class that Visual Studio uses to highlight ANTLR grammar files.

See: Syntax Colorizing (Managed Package Framework)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文