mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 15:48:12 +00:00
CppLexer: Add token types for ".", "->"
This commit is contained in:
parent
95113d15fe
commit
1992dbd637
2 changed files with 11 additions and 0 deletions
|
@ -81,6 +81,8 @@ namespace GUI {
|
|||
__TOKEN(QuestionMark) \
|
||||
__TOKEN(Colon) \
|
||||
__TOKEN(Semicolon) \
|
||||
__TOKEN(Dot) \
|
||||
__TOKEN(Arrow) \
|
||||
__TOKEN(DoubleQuotedString) \
|
||||
__TOKEN(SingleQuotedString) \
|
||||
__TOKEN(EscapeSequence) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue