Skip to content

Commit

Permalink
Update prql.xml (#878)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanillajonathan committed Oct 31, 2023
1 parent 810464a commit 48d6be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lexers/embedded/prql.xml
Expand Up @@ -61,7 +61,7 @@
<rule pattern="\\([\\bfnrt&quot;\&#x27;]|\n|x[a-fA-F0-9]{2}|[0-7]{1,3})"><token type="LiteralStringEscape"/></rule>
</state>
<state name="stringescape">
<rule pattern="\\(N\{.*?\}|u[a-fA-F0-9]{4}|U[a-fA-F0-9]{8})"><token type="LiteralStringEscape"/></rule>
<rule pattern="\\(N\{.*?\}|u\{[a-fA-F0-9]{1,6}\})"><token type="LiteralStringEscape"/></rule>
<rule><include state="bytesescape"/></rule>
</state>
<state name="fstrings-single">
Expand Down

0 comments on commit 48d6be6

Please sign in to comment.