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:
parent
07e5b93c38
commit
8d54e4e012
3 changed files with 76 additions and 5 deletions
|
@ -48,7 +48,8 @@ namespace GUI {
|
|||
__TOKEN(SingleQuotedString) \
|
||||
__TOKEN(EscapeSequence) \
|
||||
__TOKEN(Comment) \
|
||||
__TOKEN(Number) \
|
||||
__TOKEN(Integer) \
|
||||
__TOKEN(Float) \
|
||||
__TOKEN(Keyword) \
|
||||
__TOKEN(KnownType) \
|
||||
__TOKEN(Identifier)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue