From d58562843aecaf88ed00667adb0c38ea89f490a6 Mon Sep 17 00:00:00 2001 From: Matt Parker <61717342+MattParkerDev@users.noreply.github.com> Date: Tue, 28 Oct 2025 22:29:26 +1000 Subject: [PATCH] Update SharpIdeCodeEdit.cs --- src/SharpIDE.Godot/Features/CodeEditor/SharpIdeCodeEdit.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SharpIDE.Godot/Features/CodeEditor/SharpIdeCodeEdit.cs b/src/SharpIDE.Godot/Features/CodeEditor/SharpIdeCodeEdit.cs index 299411a..3efcb6e 100644 --- a/src/SharpIDE.Godot/Features/CodeEditor/SharpIdeCodeEdit.cs +++ b/src/SharpIDE.Godot/Features/CodeEditor/SharpIdeCodeEdit.cs @@ -64,7 +64,7 @@ public partial class SharpIdeCodeEdit : CodeEdit [ //"A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", //"0", "1", "2", "3", "4", "5", "6", "7", "8", "9", - "(", ",", "=", "\t" + "(", ",", "=", "\t", ":" ]; public override void _Ready()