Gtksourceview language spec: add the \0 escape sequence.

This commit is contained in:
Simon Sapin 2014-08-06 10:18:22 +01:00
parent 223c043110
commit d92eaf0273

@ -266,7 +266,7 @@
<define-regex id="common_escape" extended="true">
'|"|
\\|n|r|t|
\\|n|r|t|0|
x\%{hex_digit}{2}|
u\%{hex_digit}{4}|
U\%{hex_digit}{8}