Skip to content

Commit

Permalink
Fix issue with highlighting of templates.
Browse files Browse the repository at this point in the history
Fix issue with highlighting of templates introduced in #325

and reported in

#345
  • Loading branch information
cristianoc committed Jan 20, 2022
1 parent d08718d commit 7f12aa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## master
- Fix issue with highlighting of templates introduced in release 1.2.0.

## 1.2.0

Expand Down
2 changes: 1 addition & 1 deletion grammars/rescript.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
{
"name": "string.template",
"begin": "([a-z_][0-9a-zA-Z_]*)?(`)",
"end": "[^\\\\]`",
"end": "(?<!\\\\)`",
"beginCaptures": {
"1": {
"name": "variables.annotation"
Expand Down

0 comments on commit 7f12aa0

Please sign in to comment.