This commit is contained in:
nub31
2025-10-23 17:55:21 +02:00
parent 83d6608ac4
commit ec422cf1cd
6 changed files with 75 additions and 40 deletions

View File

@@ -31,7 +31,23 @@
"scopeName": "source.nub",
"path": "./syntaxes/nub.tmLanguage.json"
}
]
],
"commands": [
{
"command": "nub.openOutput",
"title": "Nub: Show Output",
"icon": "$(open-preview)"
}
],
"menus": {
"editor/title": [
{
"command": "nub.openOutput",
"when": "editorLangId == nub || resourceExtname == .nub",
"group": "navigation"
}
]
}
},
"scripts": {
"build": "tsc -p ./",