aboutsummaryrefslogtreecommitdiff
path: root/editors/vscode/package.json
diff options
context:
space:
mode:
authorDanielGavin <danielgavin5@hotmail.com>2024-06-28 23:54:10 +0200
committerDanielGavin <danielgavin5@hotmail.com>2024-06-28 23:54:10 +0200
commit28f666c77352734ee720b3b56e34f7261d3a86b2 (patch)
treeb90802760959cae5d80004a874d3df5011a6c2f6 /editors/vscode/package.json
parentf2dd4753508299f86490c083cf4eaad0c8ab7b1e (diff)
parent9fc36bfa5c76bec6f890d744398169a8069ada5a (diff)
Merge branch 'master' into rename
Diffstat (limited to 'editors/vscode/package.json')
-rw-r--r--editors/vscode/package.json12
1 files changed, 11 insertions, 1 deletions
diff --git a/editors/vscode/package.json b/editors/vscode/package.json
index 021a214..e7d0003 100644
--- a/editors/vscode/package.json
+++ b/editors/vscode/package.json
@@ -7,7 +7,7 @@
"type": "git",
"url": "git://github.com/DanielGavin/ols.git"
},
- "version": "0.1.29",
+ "version": "0.1.30",
"engines": {
"vscode": "^1.66.0"
},
@@ -114,6 +114,16 @@
"language": "odin",
"scopeName": "source.odin",
"path": "./syntaxes/odin.tmLanguage.json"
+ },
+ {
+ "scopeName": "markdown.odin.codeblock",
+ "path": "./syntaxes/codeblock.json",
+ "injectTo": [
+ "text.html.markdown"
+ ],
+ "embeddedLanguages": {
+ "meta.embedded.block.odin": "odin"
+ }
}
],
"breakpoints": [