mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:17:36 +00:00
LibGUI: Parse #include statements separately
This commit is contained in:
parent
b13417ddb4
commit
d8a73dd979
3 changed files with 36 additions and 0 deletions
|
@ -35,6 +35,8 @@ namespace GUI {
|
|||
__TOKEN(Unknown) \
|
||||
__TOKEN(Whitespace) \
|
||||
__TOKEN(PreprocessorStatement) \
|
||||
__TOKEN(IncludeStatement) \
|
||||
__TOKEN(IncludePath) \
|
||||
__TOKEN(LeftParen) \
|
||||
__TOKEN(RightParen) \
|
||||
__TOKEN(LeftCurly) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue