【发布时间】:2016-11-04 01:39:39
【问题描述】:
我目前正在尝试为新文件类型 (ANTLR) 编写扩展名,并且想知道如何更改 Visual Studio Code 中用于语法突出显示的颜色。对我来说,它看起来好像没有在扩展中定义,而是在其他地方。没有颜色的首选项条目,我也没有找到定义它的 CSS 文件(我希望这是因为 vscode 使用的是 Electron)。我还查看了生成的设置文件 vscode 和附带的文件,但也没有任何线索。网络搜索也没有帮助。所以,我现在有点迷路了。
谁能给我一些提示或指向相关文档?
【问题讨论】:
-
相关问题
How can I have an extension colorize the syntax the extension is defining without it actually being a color theme the user has to enable?在这里提问:stackoverflow.com/questions/46377151/…
标签: visual-studio-code vscode-extensions