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