Update CustomSyntaxHighlighter.cs
This commit is contained in:
@@ -52,7 +52,7 @@ public partial class CustomHighlighter : SyntaxHighlighter
|
||||
return highlights;
|
||||
}
|
||||
|
||||
private Color GetColorForClassification(string classificationType)
|
||||
private static Color GetColorForClassification(string classificationType)
|
||||
{
|
||||
return classificationType switch
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user