Skip to content

Commit 6102531

Browse files
committed
Merge pull request #19775 from SimonSapin/gedit-new-unicode-escape
gedit language spec: add new-style Unicode escapes Reviewed-by: alexcrichton
2 parents 836a136 + 0c60115 commit 6102531

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@
270270
'|"|
271271
\\|n|r|t|0|
272272
x\%{hex_digit}{2}|
273+
u{\%{hex_digit}{1,6}}|
273274
u\%{hex_digit}{4}|
274275
U\%{hex_digit}{8}
275276
</define-regex>

0 commit comments

Comments
 (0)