1
0
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:
Bartosz Taudul
2020-04-25 00:49:51 +02:00
parent 51659ed123
commit 368caddd00
2 changed files with 67 additions and 12 deletions
+3 -1
View File
@@ -26,7 +26,9 @@ class SourceView
CharacterLiteral,
Keyword,
Number,
Punctuation
Punctuation,
Type,
Special
};
struct Token