Skip to content

Commit

Permalink
Merge pull request #285 from thetarnav/fix-raw-string-escape
Browse files Browse the repository at this point in the history
Fix raw string escape grammar
  • Loading branch information
DanielGavin authored Dec 22, 2023
2 parents 3796af4 + 06243b4 commit 4e3f79f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions editors/vscode/syntaxes/odin.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -552,8 +552,7 @@
"0": {
"name": "punctuation.definition.string.end.odin"
}
},
"patterns": [{ "include": "#string-escaped-char" }]
}
},
"string-escaped-char": {
"patterns": [
Expand Down

0 comments on commit 4e3f79f

Please sign in to comment.