all repos — xyw @ f9db54986add6293b8bea565ec774c09a442e75b

A minimal virtual machine and assembler for terminals.

Minor fixes to vscode extension
h3rald h3rald@h3rald.com
Wed, 04 Feb 2026 18:16:15 +0100
commit

f9db54986add6293b8bea565ec774c09a442e75b

parent

b7c2e73abf08973731a8804e1f8dc0f84ee252a5

1 files changed, 0 insertions(+), 16 deletions(-)

jump to
M xyw-vscode/package.jsonxyw-vscode/package.json

@@ -22,27 +22,11 @@ "extensions": [

".xyw" ], "configuration": "./language-configuration.json" - }, - { - "id": "xim", - "aliases": [ - "XIM", - "xim" - ], - "extensions": [ - ".xim" - ], - "configuration": "./language-configuration.json" } ], "grammars": [ { "language": "xyw", - "scopeName": "source.xyw", - "path": "./syntaxes/xyw.tmLanguage.json" - }, - { - "language": "xim", "scopeName": "source.xyw", "path": "./syntaxes/xyw.tmLanguage.json" }