diff options
author | Bojidar Marinov <bojidar.marinov.bg@gmail.com> | 2019-09-28 13:11:06 +0300 |
---|---|---|
committer | Bojidar Marinov <bojidar.marinov.bg@gmail.com> | 2019-09-28 13:13:18 +0300 |
commit | db89fef8fac26b829025bfd21e475f170e2bde8f (patch) | |
tree | 0ad8fddbd4d265174407027e438a88ac196ce119 /editor/plugins/script_text_editor.h | |
parent | 3481c47e7148fa31151c95d0adf198a370358351 (diff) | |
download | redot-engine-db89fef8fac26b829025bfd21e475f170e2bde8f.tar.gz |
Highlight singletons and class_names in GDScript
Also, implement a small QoL change for auto-typed variables.
Closes #5739
Diffstat (limited to 'editor/plugins/script_text_editor.h')
-rw-r--r-- | editor/plugins/script_text_editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/script_text_editor.h b/editor/plugins/script_text_editor.h index 0ea8726ecc..eba75befd4 100644 --- a/editor/plugins/script_text_editor.h +++ b/editor/plugins/script_text_editor.h @@ -91,6 +91,7 @@ class ScriptTextEditor : public ScriptEditorBase { Color keyword_color; Color basetype_color; Color type_color; + Color usertype_color; Color comment_color; Color string_color; } colors_cache; |