Skip to content

Commit d92eaf0

Browse files
committed
Gtksourceview language spec: add the \0 escape sequence.
1 parent 223c043 commit d92eaf0

File tree

1 file changed

+1
-1
lines changed
  • src/etc/gedit/share/gtksourceview-3.0/language-specs

1 file changed

+1
-1
lines changed

src/etc/gedit/share/gtksourceview-3.0/language-specs/rust.lang

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

267267
<define-regex id="common_escape" extended="true">
268268
'|"|
269-
\\|n|r|t|
269+
\\|n|r|t|0|
270270
x\%{hex_digit}{2}|
271271
u\%{hex_digit}{4}|
272272
U\%{hex_digit}{8}

0 commit comments

Comments
 (0)