mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Separate coloring for types and special values.
This commit is contained in:
@@ -26,7 +26,9 @@ class SourceView
|
||||
CharacterLiteral,
|
||||
Keyword,
|
||||
Number,
|
||||
Punctuation
|
||||
Punctuation,
|
||||
Type,
|
||||
Special
|
||||
};
|
||||
|
||||
struct Token
|
||||
|
||||
Reference in New Issue
Block a user