We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d08718d commit a4e40e7Copy full SHA for a4e40e7
CHANGELOG.md
@@ -1,4 +1,5 @@
1
## master
2
+- Fix issue with highlighting of templates introduced in release 1.2.0.
3
4
## 1.2.0
5
grammars/rescript.tmLanguage.json
@@ -127,7 +127,7 @@
127
{
128
"name": "string.template",
129
"begin": "([a-z_][0-9a-zA-Z_]*)?(`)",
130
- "end": "[^\\\\]`",
+ "end": "(?<!\\\\)`",
131
"beginCaptures": {
132
"1": {
133
"name": "variables.annotation"
0 commit comments