aboutsummaryrefslogtreecommitdiffstats
path: root/atk16-syntax-highlighting/README.md
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2023-04-11 14:41:59 +0300
committerJan Tuomi <jans.tuomi@gmail.com>2023-04-11 14:41:59 +0300
commite240ef3e9a2854cfe390b47fb0b3d519c095193b (patch)
tree7c479f3f2785f950a70a8f82080d08aa3264b7c5 /atk16-syntax-highlighting/README.md
parentdd3c90011ab33717e4c4175cd6804ae86582135f (diff)
Add syntax highlighting package
Diffstat (limited to 'atk16-syntax-highlighting/README.md')
-rw-r--r--atk16-syntax-highlighting/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/atk16-syntax-highlighting/README.md b/atk16-syntax-highlighting/README.md
new file mode 100644
index 0000000..da81144
--- /dev/null
+++ b/atk16-syntax-highlighting/README.md
@@ -0,0 +1,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.