add syntax colour
This commit is contained in:
@@ -164,6 +164,7 @@ public partial class CustomHighlighter : SyntaxHighlighter
|
|||||||
"static symbol" => CachedColors.Yellow, // ??
|
"static symbol" => CachedColors.Yellow, // ??
|
||||||
"parameter name" => CachedColors.VariableBlue,
|
"parameter name" => CachedColors.VariableBlue,
|
||||||
"local name" => CachedColors.VariableBlue,
|
"local name" => CachedColors.VariableBlue,
|
||||||
|
"type parameter name" => CachedColors.ClassGreen,
|
||||||
|
|
||||||
// Punctuation & operators
|
// Punctuation & operators
|
||||||
"operator" => CachedColors.White,
|
"operator" => CachedColors.White,
|
||||||
|
|||||||
Reference in New Issue
Block a user