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()