aboutsummaryrefslogtreecommitdiffstats
path: root/atk16-syntax-highlighting/package.json
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2023-04-11 17:30:08 +0300
committerJan Tuomi <jans.tuomi@gmail.com>2023-04-11 18:41:56 +0300
commita38b64e1a1bf14dd9c42629f219b0e422aebe52a (patch)
tree8cc08f712ddd3f8573d2b7c8aa243fcd1b6e52df /atk16-syntax-highlighting/package.json
parente240ef3e9a2854cfe390b47fb0b3d519c095193b (diff)
Add hover and go to definition to extension
Diffstat (limited to 'atk16-syntax-highlighting/package.json')
-rw-r--r--atk16-syntax-highlighting/package.json28
1 files changed, 0 insertions, 28 deletions
diff --git a/atk16-syntax-highlighting/package.json b/atk16-syntax-highlighting/package.json
deleted file mode 100644
index ff6be2b..0000000
--- a/atk16-syntax-highlighting/package.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "atk16-syntax-highlighting",
- "displayName": "ATK16 Syntax Highlighting",
- "description": "Syntax highlighting for ATK16 assembly language",
- "version": "0.0.1",
- "publisher": "Jan Tuomi",
- "engines": {
- "vscode": "^1.60.0"
- },
- "categories": ["Programming Languages"],
- "contributes": {
- "languages": [
- {
- "id": "atk16",
- "aliases": ["ATK16 Assembly", "atk16"],
- "extensions": [".atk16"],
- "configuration": "./language-configuration.json"
- }
- ],
- "grammars": [
- {
- "language": "atk16",
- "scopeName": "source.atk16",
- "path": "./syntaxes/atk16.tmLanguage.json"
- }
- ]
- }
-}