Skip to content

Commit

Permalink
Merge hotfix bracket escape
Browse files Browse the repository at this point in the history
  • Loading branch information
babyraging committed Apr 30, 2020
2 parents df81938 + 7594ad2 commit 662bf2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/lex.tmLanguage.json
Expand Up @@ -278,7 +278,7 @@
]
},
"user-define": {
"match": "{([a-zA-Z0-9_]+)}",
"match": "(?<=[^\\\\]){([a-zA-Z0-9_]+)(?<=[^\\\\])}",
"captures": {
"0": {
"name": "entity.name.function"
Expand Down

0 comments on commit 662bf2f

Please sign in to comment.