Highlight long hex escape sequences in string literals
This commit is contained in:
parent
0952ea62ab
commit
3c7476acd8
@ -70,7 +70,7 @@
|
||||
\\( # leading backslash
|
||||
[\\\"\'nrtfav\?e] | # escaped character
|
||||
[0-7]{1,3} | # one, two, or three octal digits
|
||||
x[0-9A-Fa-f]{0,2} # 'x' followed by zero, one, or two hex digits
|
||||
x[0-9A-Fa-f]+ # 'x' followed by hex digits
|
||||
)
|
||||
</define-regex>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user