mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-25 11:48:06 +00:00
CppLexer: Add token types for "::", "::*", ".*", "->*"
This commit is contained in:
parent
1992dbd637
commit
7a1c328417
Notes:
sideshowbarker
2024-07-19 04:34:53 +09:00
Author: https://github.com/nico
Commit: 7a1c328417
Pull-request: https://github.com/SerenityOS/serenity/pull/2893
2 changed files with 30 additions and 2 deletions
|
@ -80,9 +80,13 @@ namespace GUI {
|
|||
__TOKEN(Tilde) \
|
||||
__TOKEN(QuestionMark) \
|
||||
__TOKEN(Colon) \
|
||||
__TOKEN(ColonColon) \
|
||||
__TOKEN(ColonColonAsterisk) \
|
||||
__TOKEN(Semicolon) \
|
||||
__TOKEN(Dot) \
|
||||
__TOKEN(DotAsterisk) \
|
||||
__TOKEN(Arrow) \
|
||||
__TOKEN(ArrowAsterisk) \
|
||||
__TOKEN(DoubleQuotedString) \
|
||||
__TOKEN(SingleQuotedString) \
|
||||
__TOKEN(EscapeSequence) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue