You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Add '$' to token names
It was missing from this array and would cause godot to crash or report bad errors. Signed-off-by: Saggi Mizrahi <saggi@mizrahi.cc>
This commit is contained in:
@@ -117,6 +117,7 @@ const char *GDTokenizer::token_names[TK_MAX] = {
|
|||||||
"'.'",
|
"'.'",
|
||||||
"'?'",
|
"'?'",
|
||||||
"':'",
|
"':'",
|
||||||
|
"'$'",
|
||||||
"'\\n'",
|
"'\\n'",
|
||||||
"PI",
|
"PI",
|
||||||
"_",
|
"_",
|
||||||
|
|||||||
Reference in New Issue
Block a user