You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Highlight ^NodePath and &StringName differently
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user