1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-14 13:41:12 +00:00

made _ a special token in GDScript

This commit is contained in:
karroffel
2017-01-20 09:25:15 +01:00
parent 72a0255585
commit c24c739da5
3 changed files with 9 additions and 7 deletions

View File

@@ -127,6 +127,7 @@ public:
TK_DOLLAR,
TK_NEWLINE,
TK_CONST_PI,
TK_WILDCARD,
TK_ERROR,
TK_EOF,
TK_CURSOR, //used for code completion