summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorbscan <10503608+bscan@users.noreply.github.com>2023-08-24 22:01:04 -0400
committerbscan <10503608+bscan@users.noreply.github.com>2023-08-24 22:01:04 -0400
commit09d325e30c8d9c7e278f78b4e5e0964d7ae9ea73 (patch)
tree33b4329015c399c3ace2ba6bf82093c1847450d5 /package.json
parent7e01557009abb8f15b40a1e97ada75cafd4d737e (diff)
downloadPerlNavigator-09d325e30c8d9c7e278f78b4e5e0964d7ae9ea73.zip
Dancer support for syntax highlighting and tags. #84
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/package.json b/package.json
index 560b488..334a9d5 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"description": "Code navigation, autocompletion, syntax checking, and linting for Perl",
"author": "bscan",
"license": "MIT",
- "version": "0.6.0",
+ "version": "0.6.1",
"icon": "images/camel_icon.png",
"repository": {
"type": "git",
@@ -330,6 +330,13 @@
],
"scopeName": "source.perl.package.match",
"path": "./syntaxes/match.json"
+ },
+ {
+ "injectTo": [
+ "source.perl"
+ ],
+ "scopeName": "source.perl.package.dancer",
+ "path": "./syntaxes/dancer.json"
}
]
},