You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-06 17:25:19 +00:00
-added brace matching to go with the new code completion
This commit is contained in:
@@ -403,6 +403,7 @@ void EditorSettings::_load_defaults() {
|
||||
set("text_editor/string_color",Color::html("ef6ebe"));
|
||||
set("text_editor/symbol_color",Color::html("badfff"));
|
||||
set("text_editor/selection_color",Color::html("7b5dbe"));
|
||||
set("text_editor/brace_mismatch_color",Color(1,0.2,0.2));
|
||||
|
||||
set("text_editor/idle_parse_delay",2);
|
||||
set("text_editor/create_signal_callbacks",true);
|
||||
|
||||
Reference in New Issue
Block a user