From 990fd41658a141c3a8d971cefdbb3a4682b5da7d Mon Sep 17 00:00:00 2001 From: Joseph Abbey Date: Sat, 24 Jun 2023 14:03:01 +0100 Subject: [PATCH] asm_compile gotos --- scratch-vhdl-vscode/package.json | 2 +- scratch-vhdl-vscode/src/extension.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scratch-vhdl-vscode/package.json b/scratch-vhdl-vscode/package.json index eba160c..41f844e 100644 --- a/scratch-vhdl-vscode/package.json +++ b/scratch-vhdl-vscode/package.json @@ -8,7 +8,7 @@ "publisher": "JosephAbbey", "displayName": "Scratch VHDL", "description": "", - "version": "0.2.8", + "version": "0.2.9", "license": "MIT", "engines": { "vscode": "^1.65.0" diff --git a/scratch-vhdl-vscode/src/extension.ts b/scratch-vhdl-vscode/src/extension.ts index 1bd4be5..d49ccf5 100644 --- a/scratch-vhdl-vscode/src/extension.ts +++ b/scratch-vhdl-vscode/src/extension.ts @@ -33,7 +33,7 @@ export function activate(context: vscode.ExtensionContext) { } ); output = output.replace( - / --> [a-zA-Z]:[\\\/](?:[^\\\/<>:"|?*\s]+[\\\/])*(?:[^\\\/<>:"|?*\s]+\.asm):\x1b\[0m\x1b\[90m(\d+):(\d+)/g, + / --> ([a-zA-Z]:[\\\/](?:[^\\\/<>:"|?*\s]+[\\\/])*(?:[^\\\/<>:"|?*\s]+\.asm)):\x1b\[0m\x1b\[90m(\d+):(\d+)/g, (_, file, line, column) => ` --> ${file}: