1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:57:35 +00:00

LibGUI: Highlight various number literals

This commit is contained in:
Oriko 2020-03-11 20:31:25 +02:00 committed by Andreas Kling
parent 07e5b93c38
commit 8d54e4e012
3 changed files with 76 additions and 5 deletions

View file

@ -48,7 +48,8 @@ namespace GUI {
__TOKEN(SingleQuotedString) \
__TOKEN(EscapeSequence) \
__TOKEN(Comment) \
__TOKEN(Number) \
__TOKEN(Integer) \
__TOKEN(Float) \
__TOKEN(Keyword) \
__TOKEN(KnownType) \
__TOKEN(Identifier)