add missing symbol colours
This commit is contained in:
@@ -165,12 +165,17 @@ public partial class CustomHighlighter : SyntaxHighlighter
|
|||||||
"parameter name" => CachedColors.VariableBlue,
|
"parameter name" => CachedColors.VariableBlue,
|
||||||
"local name" => CachedColors.VariableBlue,
|
"local name" => CachedColors.VariableBlue,
|
||||||
"type parameter name" => CachedColors.ClassGreen,
|
"type parameter name" => CachedColors.ClassGreen,
|
||||||
|
"delegate name" => CachedColors.ClassGreen,
|
||||||
|
"event name" => CachedColors.White,
|
||||||
|
|
||||||
// Punctuation & operators
|
// Punctuation & operators
|
||||||
"operator" => CachedColors.White,
|
"operator" => CachedColors.White,
|
||||||
"operator - overloaded" => CachedColors.Yellow,
|
"operator - overloaded" => CachedColors.Yellow,
|
||||||
"punctuation" => CachedColors.White,
|
"punctuation" => CachedColors.White,
|
||||||
|
|
||||||
|
// Preprocessor
|
||||||
|
"preprocessor text" => CachedColors.White,
|
||||||
|
|
||||||
// Xml comments
|
// Xml comments
|
||||||
"xml doc comment - delimiter" => CachedColors.CommentGreen,
|
"xml doc comment - delimiter" => CachedColors.CommentGreen,
|
||||||
"xml doc comment - name" => CachedColors.White,
|
"xml doc comment - name" => CachedColors.White,
|
||||||
|
|||||||
Reference in New Issue
Block a user