We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec8bb7c commit 815ca0bCopy full SHA for 815ca0b
runtime/syntax/cpp.yaml
@@ -71,7 +71,7 @@ rules:
71
- constant.string:
72
start: "'"
73
end: "'"
74
- skip: "(\\\\.)|(\\b[1-9][0-9']+[0-9]|0[0-7']+[0-7]|0[Xx][0-9A-Fa-f][0-9A-Fa-f']+[0-9A-Fa-f]|0[Bb][01][01']*[01]\\b)"
+ skip: "(\\\\.)|\\b([1-9][0-9']+[0-9]|0[0-7']+[0-7]|0[Xx][0-9A-Fa-f][0-9A-Fa-f']+[0-9A-Fa-f]|0[Bb][01][01']*[01])([Uu][Ll]?[Ll]?|[Ll][Ll]?[Uu]?)?\\b"
75
rules:
76
# TODO: Revert back to - error: "..+" once #3127 is merged
77
- error: "[[:graph:]]{2,}'"
0 commit comments