# HG changeset patch # User Leonard Ritter # Date 1650211163 -7200 # Sun Apr 17 17:59:23 2022 +0200 # Node ID d47e149ec566551e49f583c737f7a31feb032441 # Parent 81cd8679842979777903f811f676ccff97f50c75 * fixes to spice quote parsing diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ ## Release Notes +### 0.48.0 + +* Fixed spice quote parsing. + ### 0.47.0 * Fixed string prefix parsing. diff --git a/package.json b/package.json --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "scopes", "displayName": "Scopes", "description": "Language support for Scopes", - "version": "0.47.0", + "version": "0.48.0", "publisher": "duangle", "engines": { "vscode": "^1.13.0" diff --git a/syntaxes/scopes.tmLanguage.json b/syntaxes/scopes.tmLanguage.json --- a/syntaxes/scopes.tmLanguage.json +++ b/syntaxes/scopes.tmLanguage.json @@ -65,7 +65,7 @@ "match": "((pi|e)(\\:(f32|f64))?)(?=[\\s\\(\\)\\[\\]\\{\\}\\,\\;\\#])" }, { - "match": "((\\'|\\`)[^\\s\\(\\)\\[\\]\\{\\}\\,\\;\\#]+)", + "match": "((\\'|\\`)[^\\s\\(\\)\\[\\]\\{\\}\\,\\;\\#\\\"]+)", "name": "constant.character.symbol.scopes" }, {