gitextract_wqaxspsi/ ├── .eslintrc.js ├── .gitignore ├── .vscode/ │ ├── launch.json │ ├── settings.json │ └── tasks.json ├── LICENSE ├── README.md ├── language-configuration.json ├── package.json ├── src/ │ ├── completion.ts │ ├── consts.ts │ ├── dynamicRange.ts │ ├── extension.ts │ ├── hsnippet.ts │ ├── hsnippetInstance.ts │ ├── hsnippetUtils.ts │ ├── parser.ts │ ├── test/ │ │ ├── expansions/ │ │ │ ├── box.hsnips │ │ │ ├── box.input.txt │ │ │ └── box.output.txt │ │ └── index.ts │ └── utils.ts ├── syntaxes/ │ ├── hsnips.tmLanguage.json │ └── hsnips.tmLanguage.yaml ├── tsconfig.json └── types/ ├── hscopes.d.ts └── open-file-explorer.d.ts