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)(?