mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Highlight control flow keywords with a different color
This makes them easier to distinguish from other keywords.
This commit is contained in:
parent
130ecf0c9f
commit
a38b447413
24 changed files with 119 additions and 8 deletions
|
@ -55,6 +55,7 @@ private:
|
|||
Color font_color;
|
||||
Color symbol_color;
|
||||
Color keyword_color;
|
||||
Color control_flow_keyword_color;
|
||||
Color basetype_color;
|
||||
Color type_color;
|
||||
Color comment_color;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue