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:
parent
4646bf4b92
commit
22f835332a
3 changed files with 14 additions and 10 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue