Fix variables highlighting as types

This commit is contained in:
dzil123 2022-09-17 01:24:19 -07:00 committed by Relintai
parent 808f157b26
commit 6cb08c7164

View File

@ -235,7 +235,7 @@ Map<int, TextEdit::HighlighterInfo> GDScriptSyntaxHighlighter::_get_line_syntax_
}
}
if (is_symbol) {
if (is_symbol && in_region == -1) {
if (in_function_name) {
in_function_args = true;
}