From eb68196726ef32b65163e294102e95b4a35d2db6 Mon Sep 17 00:00:00 2001 From: stuboydl <19900402+stuboydl@users.noreply.github.com> Date: Thu, 20 Jan 2022 12:09:38 +1100 Subject: [PATCH] Fix parsing of mult expression var * var (#161) Fix label must be start of line Fix highlight ";" not part of comment Co-authored-by: Stuart Boydell --- Syntaxes/jBASE.tmLanguage.json | 92 +++++++++++++++++----------------- 1 file changed, 46 insertions(+), 46 deletions(-) diff --git a/Syntaxes/jBASE.tmLanguage.json b/Syntaxes/jBASE.tmLanguage.json index 8def363..4563b36 100644 --- a/Syntaxes/jBASE.tmLanguage.json +++ b/Syntaxes/jBASE.tmLanguage.json @@ -1,48 +1,48 @@ { - "$schema": "https://raw.githubusercontent.com/martinring/tmlanguage/master/tmlanguage.json", - "name": "jBASE PickBASIC", - "patterns": [ - { - "match": "'.*?'|\".*?\"|\\\\.*?\\\\", - "name": "string.other.quoted-or-unquoted.jbase" - }, - { - "match": "^\\s*([\\w.]+:(?!=)|[0-9.]+)", - "name": "string.other.quoted-or-unquoted.jbase" - }, - { - "include": "#keywords" - } - ], - "repository": { - "keywords": { - "patterns": [ - { - "name": "keyword.control.jbase", - "match": "(?i)(?