M README.md +4 -0
@@ 8,6 8,10 @@ This is an early release. Right now, onl
## Release Notes
+### 0.48.0
+
+* Fixed spice quote parsing.
+
### 0.47.0
* Fixed string prefix parsing.
M package.json +1 -1
@@ 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"
M syntaxes/scopes.tmLanguage.json +1 -1
@@ 65,7 65,7 @@
"match": "((pi|e)(\\:(f32|f64))?)(?=[\\s\\(\\)\\[\\]\\{\\}\\,\\;\\#])"
},
{
- "match": "((\\'|\\`)[^\\s\\(\\)\\[\\]\\{\\}\\,\\;\\#]+)",
+ "match": "((\\'|\\`)[^\\s\\(\\)\\[\\]\\{\\}\\,\\;\\#\\\"]+)",
"name": "constant.character.symbol.scopes"
},
{