Skip to content

Commit 46b89e7

Browse files
authored
fix(grammars): close single-quoted r-string in GtkSourceView (#5957)
1 parent ceebbc6 commit 46b89e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

grammars/GtkSourceView/prql.lang

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307

308308
<context id="single-quoted-r-string" style-ref="string" end-at-line-end="true" class="string" class-disabled="no-spell-check">
309309
<start>r'</start>
310-
<end>r'</end>
310+
<end>'</end>
311311
<include>
312312
<context ref="def:line-continue"/>
313313
</include>

0 commit comments

Comments
 (0)