mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:07:34 +00:00
LibGUI: Use consistent naming scheme in INILexer
This commit is contained in:
parent
18d489faec
commit
1f7e363b74
3 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ namespace GUI {
|
|||
__TOKEN(Unknown) \
|
||||
__TOKEN(Comment) \
|
||||
__TOKEN(Whitespace) \
|
||||
__TOKEN(section) \
|
||||
__TOKEN(Section) \
|
||||
__TOKEN(LeftBracket) \
|
||||
__TOKEN(RightBracket) \
|
||||
__TOKEN(Name) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue