You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Add coloring for completion of vector components
This commit is contained in:
committed by
Yuri Roubinski
parent
f7c48cf803
commit
35802374ac
@@ -1540,6 +1540,10 @@ public:
|
||||
int get_last_line_number() const { return current.end_line; }
|
||||
#endif
|
||||
|
||||
#ifdef TOOLS_ENABLED
|
||||
static HashMap<String, String> theme_color_names;
|
||||
#endif // TOOLS_ENABLED
|
||||
|
||||
GDScriptParser();
|
||||
~GDScriptParser();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user