AT&T Highlight Extension for Visual Code Studio
vscode AT&T语法高亮插件
Screenshot 效果截屏

Installation 安装方式
- vscode插件商店直接下载
install from vscode extention marketplace
- 点击这里,进入gitee仓库,下载vsix安装包
click here, go to the repository at gitee, and download the vsix package
Extension Architecture 插件架构
通过yo code扩展生成器产生了插件的主要架构。
Extention architecture is mainly created by yo code.
- package.json vscode插件的设置?
- logo.jpg 图标文件
- README.md & CHANGELOG.md 插件说明和版本更新说明
- language-configuration.json AT&T语言的符号匹配
- .\syntax\att.tmLanguage.json AT&T语言的语法词汇匹配
- .\syntax\comments.txt 由于att.tLanguage.json不能写注释,把注释单独写在了comments.txt里,可以直接忽略
| |