diff options
| author | DanielGavin <danielgavin5@hotmail.com> | 2024-06-28 23:54:10 +0200 |
|---|---|---|
| committer | DanielGavin <danielgavin5@hotmail.com> | 2024-06-28 23:54:10 +0200 |
| commit | 28f666c77352734ee720b3b56e34f7261d3a86b2 (patch) | |
| tree | b90802760959cae5d80004a874d3df5011a6c2f6 /editors/vscode/package.json | |
| parent | f2dd4753508299f86490c083cf4eaad0c8ab7b1e (diff) | |
| parent | 9fc36bfa5c76bec6f890d744398169a8069ada5a (diff) | |
Merge branch 'master' into rename
Diffstat (limited to 'editors/vscode/package.json')
| -rw-r--r-- | editors/vscode/package.json | 12 |
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": [ |