1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 19:37:34 +00:00

LibGfx: Add more syntax-related ColorRoles

This commit is contained in:
Itamar 2022-02-06 23:10:42 +02:00 committed by Andreas Kling
parent 4646bf4b92
commit 22f835332a
3 changed files with 14 additions and 10 deletions

View file

@ -80,6 +80,12 @@ namespace Gfx {
C(SyntaxPunctuation) \
C(SyntaxString) \
C(SyntaxType) \
C(SyntaxFunction) \
C(SyntaxVariable) \
C(SyntaxCustomType) \
C(SyntaxNamespace) \
C(SyntaxMember) \
C(SyntaxParameter) \
C(TextCursor) \
C(ThreedHighlight) \
C(ThreedShadow1) \