mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 11:09:18 +00:00
CppLexer: Add token type for "*="
This commit is contained in:
parent
b09b8d99f2
commit
5a36d8acb8
Notes:
sideshowbarker
2024-07-19 04:35:55 +09:00
Author: https://github.com/nico
Commit: 5a36d8acb8
Pull-request: https://github.com/SerenityOS/serenity/pull/2889
2 changed files with 13 additions and 1 deletions
|
@ -45,6 +45,7 @@ namespace GUI {
|
|||
__TOKEN(RightBracket) \
|
||||
__TOKEN(Comma) \
|
||||
__TOKEN(Asterisk) \
|
||||
__TOKEN(AsteriskEquals) \
|
||||
__TOKEN(Semicolon) \
|
||||
__TOKEN(DoubleQuotedString) \
|
||||
__TOKEN(SingleQuotedString) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue