Skip to content

Commit

Permalink
#885: Support string escaping
Browse files Browse the repository at this point in the history
  • Loading branch information
spoenemann committed Jan 27, 2023
1 parent 7a8338c commit f2fd822
Show file tree
Hide file tree
Showing 5 changed files with 119 additions and 69 deletions.
6 changes: 2 additions & 4 deletions packages/langium-vscode/data/langium.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@
},
{
"name": "string.quoted.double.langium",
"begin": "\"",
"end": "\""
"match": "\"(\\\\.|[^\"\\\\])*\""
},
{
"name": "string.quoted.single.langium",
"begin": "'",
"end": "'"
"match": "'(\\\\.|[^'\\\\])*'"
}
],
"repository": {
Expand Down
Loading

0 comments on commit f2fd822

Please sign in to comment.