blob: da81144df4330ccca0c7a9d0dc8609fd0b57f16c (
plain)
1
2
3
4
5
6
7
8
9
|
# VSCode syntax highlighting extension for ATK16 assembly
## Installation
In `atk16-syntax-highlighting` directory, run:
npx @vscode/vsce package
Then go to VSCode > Command Palette > Extensions: Install from VSIX and select the generated `.vsix` file.
|