We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31bfa4e commit 199a643Copy full SHA for 199a643
lib/coderay/scanners/avrasm.rb
@@ -20,7 +20,7 @@ class AVRASM < Scanner
20
add(PREDEFINED_TYPES, :pre_type).
21
add(PREDEFINED_CONSTANTS, :pre_constant)
22
23
- ESCAPE = / [rbfnrtv\n\\'"] | x[a-fA-F0-9]{1,2} | [0-7]{1,3} /x
+ ESCAPE = / [rbfntv\n\\'"] | x[a-fA-F0-9]{1,2} | [0-7]{1,3} /x
24
UNICODE_ESCAPE = / u[a-fA-F0-9]{4} | U[a-fA-F0-9]{8} /x
25
26
def scan_tokens tokens, options
0 commit comments