From 60f2d0e0e7fea039211ae9c1b1fe6b8d5736fa12 Mon Sep 17 00:00:00 2001 From: Matt Parker <61717342+MattParkerDev@users.noreply.github.com> Date: Mon, 18 Aug 2025 22:56:29 +1000 Subject: [PATCH] Update CustomSyntaxHighlighter.cs --- src/SharpIDE.Godot/CustomSyntaxHighlighter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SharpIDE.Godot/CustomSyntaxHighlighter.cs b/src/SharpIDE.Godot/CustomSyntaxHighlighter.cs index f2564c8..fd566e2 100644 --- a/src/SharpIDE.Godot/CustomSyntaxHighlighter.cs +++ b/src/SharpIDE.Godot/CustomSyntaxHighlighter.cs @@ -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 {