• 2025-10-24
VSCode语言特性贡献点配置

通过配置package.json中的contributes字段可实现VSCode语言扩展,依次需设置语法高亮(grammars)、语言绑定(languages)、激活事件(activationEven......

11