From 626ca50676df4e47afd7fe7357d772b232a40145 Mon Sep 17 00:00:00 2001 From: Max Hilbrunner Date: Thu, 28 Oct 2021 12:18:24 +0200 Subject: Improve GDScript indentation error message --- modules/gdscript/gdscript_tokenizer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/gdscript/gdscript_tokenizer.h') diff --git a/modules/gdscript/gdscript_tokenizer.h b/modules/gdscript/gdscript_tokenizer.h index 84b82c07f0..b4ee11fd9a 100644 --- a/modules/gdscript/gdscript_tokenizer.h +++ b/modules/gdscript/gdscript_tokenizer.h @@ -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(); -- cgit v1.2.3