mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Highlight singletons and class_names in GDScript
Also, implement a small QoL change for auto-typed variables. Closes #5739
This commit is contained in:
parent
3481c47e71
commit
db89fef8fa
5 changed files with 31 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue