Add coloring for completion of vector components
This commit is contained in:
parent
f7c48cf803
commit
35802374ac
8 changed files with 34 additions and 5 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue