Option to toggle syntax highlighting

This commit is contained in:
Paulb23 2016-03-30 19:32:45 +01:00
parent d5191a610b
commit d78e98e2a4
2 changed files with 4 additions and 1 deletions

View file

@ -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);