src/ ├── extension.ts # 主入口文件 ├── config/ │ └── constants.ts # 常量配置 ├── types/ │ └── index.ts # 类型定义 ├── utils/ │ ├── statement-detector.ts # 语句检测工具 │ ├── console-detector.ts # Console.log 检测工具 │ └── ...
This is a Fork of Y-Ysss/vscode-cisco-config-highlight. No credit is taken from the original work. Implemented changes from the main repository of this extension are intended to improve on it and the ...