mirror of
https://github.com/godotengine/godot.git
synced 2025-10-30 13:11:13 +00:00
Option to toggle syntax highlighting
This commit is contained in:
parent
d5191a610b
commit
d78e98e2a4
2 changed files with 4 additions and 1 deletions
|
|
@ -409,6 +409,8 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) {
|
|||
set("text_editor/current_line_color",Color(0.3,0.5,0.8,0.15));
|
||||
set("text_editor/word_highlighted_color",Color(0.8,0.9,0.9,0.15));
|
||||
|
||||
set("text_editor/syntax_highlighting", true);
|
||||
|
||||
set("text_editor/highlight_all_occurrences", true);
|
||||
set("text_editor/scroll_past_end_of_file", false);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue