You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Highlight control flow keywords with a different color
This makes them easier to distinguish from other keywords.
This commit is contained in:
@@ -91,6 +91,7 @@ class ScriptTextEditor : public ScriptEditorBase {
|
||||
struct ColorsCache {
|
||||
Color symbol_color;
|
||||
Color keyword_color;
|
||||
Color control_flow_keyword_color;
|
||||
Color basetype_color;
|
||||
Color type_color;
|
||||
Color usertype_color;
|
||||
|
||||
Reference in New Issue
Block a user