From c95de03f6a30dd9399d548e6a378d79cc33572d3 Mon Sep 17 00:00:00 2001 From: Neil McPhail Date: Sat, 14 Jun 2025 22:24:29 +0000 Subject: [PATCH] Add BASIC syntax highlighting --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ded0947..231fd19 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -16,7 +16,8 @@ "maziac.hex-hover-converter", "maziac.sna-fileviewer", "maziac.nex-fileviewer", - "ms-vscode.makefile-tools" + "ms-vscode.makefile-tools", + "jsjlogin.zxbasic" ] } }