Added GDScript NodePath highlighting

This commit is contained in:
Paulb23
2018-04-12 23:49:44 +01:00
parent 4cd16f6ba9
commit adeed58477
4 changed files with 19 additions and 1 deletions

View File

@ -38,6 +38,7 @@ private:
enum Type {
NONE,
REGION,
NODE_PATH,
SYMBOL,
NUMBER,
FUNCTION,
@ -54,6 +55,7 @@ private:
Color built_in_type_color;
Color number_color;
Color member_color;
Color node_path_color;
public:
static SyntaxHighlighter *create();