Skip to content

Commit

Permalink
fix(syntax): implement fix from darthInvad0r for string interpolation,
Browse files Browse the repository at this point in the history
…resolves #79 (#83)
  • Loading branch information
Erik Lieben committed Feb 28, 2018
1 parent b1884f7 commit 9d7017f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/html.json
Expand Up @@ -760,7 +760,7 @@
},

"string.interpolation.html.au": {
"match": "(\\${)(.*)(})",
"match": "(\\${)([^{}]*(?:{[^{}]*})*\\s*(?:{[^{}]*})*\\s*(?:{[^{}]*})*\\s*(?:{[^{}]*})*\\s*)(})",
"captures": {
"1": {
"name": "punctuation.definition.string.interpolation.start"
Expand Down

0 comments on commit 9d7017f

Please sign in to comment.