diff --git a/src/SharpIDE.Godot/Features/CodeEditor/CustomSyntaxHighlighter.cs b/src/SharpIDE.Godot/Features/CodeEditor/CustomSyntaxHighlighter.cs index 8640d01..f15a461 100644 --- a/src/SharpIDE.Godot/Features/CodeEditor/CustomSyntaxHighlighter.cs +++ b/src/SharpIDE.Godot/Features/CodeEditor/CustomSyntaxHighlighter.cs @@ -164,6 +164,7 @@ public partial class CustomHighlighter : SyntaxHighlighter "static symbol" => CachedColors.Yellow, // ?? "parameter name" => CachedColors.VariableBlue, "local name" => CachedColors.VariableBlue, + "type parameter name" => CachedColors.ClassGreen, // Punctuation & operators "operator" => CachedColors.White,