1
0
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:
kobewi
2022-06-26 21:33:13 +02:00
parent e37525896e
commit df5655fdca
2 changed files with 49 additions and 3 deletions

View File

@@ -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);