GDScript: Add raw string literals (r-strings)

This commit is contained in:
Danil Alexeev
2023-08-28 13:00:33 +03:00
parent 221884e6bc
commit 2964c7d51c
13 changed files with 250 additions and 132 deletions

View File

@ -78,6 +78,7 @@ private:
Color built_in_type_color;
Color number_color;
Color member_color;
Color string_color;
Color node_path_color;
Color node_ref_color;
Color annotation_color;