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

LibGUI: Syntax highlight string escape sequences

This commit is contained in:
Oriko 2020-03-10 22:26:11 +02:00 committed by Andreas Kling
parent bc10e0eeb2
commit d58cf1a05d
3 changed files with 84 additions and 0 deletions

View file

@ -46,6 +46,7 @@ namespace GUI {
__TOKEN(Semicolon) \
__TOKEN(DoubleQuotedString) \
__TOKEN(SingleQuotedString) \
__TOKEN(EscapeSequence) \
__TOKEN(Comment) \
__TOKEN(Number) \
__TOKEN(Keyword) \