You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Improve GDScript indentation error message
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user