diff options
Diffstat (limited to 'editors/vscode/package.json')
| -rw-r--r-- | editors/vscode/package.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/editors/vscode/package.json b/editors/vscode/package.json index 57767bb..555f422 100644 --- a/editors/vscode/package.json +++ b/editors/vscode/package.json @@ -2,7 +2,7 @@ "name": "ols", "publisher": "DanielGavin", "displayName": "ols", - "description": "Odin intellisense", + "description": "Odin language support", "repository": { "type": "git", "url": "git://github.com/DanielGavin/ols.git" @@ -110,6 +110,7 @@ "languages": [ { "id": "odin", + "aliases": ["odin", "Odin"], "icon_PROPOSED": "odin-fileicon", "extensions": [ ".odin" @@ -123,6 +124,11 @@ "scopeName": "source.odin", "path": "./syntaxes/odin.tmLanguage.json" } + ], + "breakpoints": [ + { + "language": "odin" + } ], "colors": [ { |