Improve GDScript indentation error message

This commit is contained in:
Max Hilbrunner
2021-10-28 12:18:24 +02:00
parent 0767a1c3f5
commit 626ca50676
3 changed files with 10 additions and 2 deletions

View File

@ -233,6 +233,7 @@ private:
bool has_error() const { return !error_stack.is_empty(); }
Token pop_error();
char32_t _advance();
String _get_indent_char_name(char32_t ch);
void _skip_whitespace();
void check_indent();