add syntax colour

This commit is contained in:
Matt Parker
2025-10-12 12:34:08 +10:00
parent 00374034c0
commit 81457563be

View File

@@ -164,6 +164,7 @@ public partial class CustomHighlighter : SyntaxHighlighter
"static symbol" => CachedColors.Yellow, // ??
"parameter name" => CachedColors.VariableBlue,
"local name" => CachedColors.VariableBlue,
"type parameter name" => CachedColors.ClassGreen,
// Punctuation & operators
"operator" => CachedColors.White,