Update CustomSyntaxHighlighter.cs

This commit is contained in:
Matt Parker
2025-08-18 22:56:29 +10:00
parent 25a63047ac
commit 60f2d0e0e7

View File

@@ -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
{ {