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:
Saggi Mizrahi 2017-03-31 21:53:22 +03:00
parent 6731924dcf
commit c464609bda

View file

@ -117,6 +117,7 @@ const char *GDTokenizer::token_names[TK_MAX] = {
"'.'",
"'?'",
"':'",
"'$'",
"'\\n'",
"PI",
"_",