mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 01:59:31 +00:00
CppLexer: Support raw string literals
Handles prefixes and delimiters (`R"(text)", `u8R"f(text)f"`, ...).
This commit is contained in:
parent
4d783338c1
commit
9ee1edae2a
Notes:
sideshowbarker
2024-07-19 04:34:28 +09:00
Author: https://github.com/nico
Commit: 9ee1edae2a
Pull-request: https://github.com/SerenityOS/serenity/pull/2895
3 changed files with 24 additions and 0 deletions
|
@ -89,6 +89,7 @@ namespace GUI {
|
|||
__TOKEN(ArrowAsterisk) \
|
||||
__TOKEN(DoubleQuotedString) \
|
||||
__TOKEN(SingleQuotedString) \
|
||||
__TOKEN(RawString) \
|
||||
__TOKEN(EscapeSequence) \
|
||||
__TOKEN(Comment) \
|
||||
__TOKEN(Integer) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue