diff options
| author | Paulb23 | 2018-01-14 16:31:46 +0000 |
|---|---|---|
| committer | Paulb23 | 2018-01-14 16:31:46 +0000 |
| commit | 896a0c5ef5185abad790459cfccde4a83f59d118 (patch) | |
| tree | 9bc9bdb32b72868fe97d4dd98397f48b7c48cd31 /editor/plugins/script_text_editor.cpp | |
| parent | a1a67e6e84bf84a00f5b7a5941bd6e0be9bada83 (diff) | |
| download | godot-896a0c5ef5185abad790459cfccde4a83f59d118.tar.gz godot-896a0c5ef5185abad790459cfccde4a83f59d118.tar.zst godot-896a0c5ef5185abad790459cfccde4a83f59d118.zip | |
Diffstat (limited to 'editor/plugins/script_text_editor.cpp')
| -rw-r--r-- | editor/plugins/script_text_editor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/script_text_editor.cpp b/editor/plugins/script_text_editor.cpp index 2a6b4ee17..dffb98e48 100644 --- a/editor/plugins/script_text_editor.cpp +++ b/editor/plugins/script_text_editor.cpp @@ -231,6 +231,7 @@ void ScriptTextEditor::_set_theme_for_script() { text_edit->add_keyword_color(n, colors_cache.type_color); } + _update_member_keywords(); //colorize comments List<String> comments; |
