diff options
Diffstat (limited to 'Libraries/LibGUI/CppLexer.h')
-rw-r--r-- | Libraries/LibGUI/CppLexer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Libraries/LibGUI/CppLexer.h b/Libraries/LibGUI/CppLexer.h index 63583cd4a1..ae8b4d2651 100644 --- a/Libraries/LibGUI/CppLexer.h +++ b/Libraries/LibGUI/CppLexer.h @@ -48,7 +48,8 @@ namespace GUI { __TOKEN(SingleQuotedString) \ __TOKEN(EscapeSequence) \ __TOKEN(Comment) \ - __TOKEN(Number) \ + __TOKEN(Integer) \ + __TOKEN(Float) \ __TOKEN(Keyword) \ __TOKEN(KnownType) \ __TOKEN(Identifier) |