mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:17:45 +00:00
CppLexer: Add token types for "::", "::*", ".*", "->*"
This commit is contained in:
parent
1992dbd637
commit
7a1c328417
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