mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Highlight ^NodePath and &StringName differently
This commit is contained in:
parent
e37525896e
commit
df5655fdca
2 changed files with 49 additions and 3 deletions
|
|
@ -54,7 +54,9 @@ private:
|
|||
NONE,
|
||||
REGION,
|
||||
NODE_PATH,
|
||||
NODE_REF,
|
||||
ANNOTATION,
|
||||
STRING_NAME,
|
||||
SYMBOL,
|
||||
NUMBER,
|
||||
FUNCTION,
|
||||
|
|
@ -74,7 +76,9 @@ private:
|
|||
Color number_color;
|
||||
Color member_color;
|
||||
Color node_path_color;
|
||||
Color node_ref_color;
|
||||
Color annotation_color;
|
||||
Color string_name_color;
|
||||
Color type_color;
|
||||
|
||||
void add_color_region(const String &p_start_key, const String &p_end_key, const Color &p_color, bool p_line_only = false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue