Fix variables highlighting as types
This commit is contained in:
parent
cf157a804f
commit
1e4f47ffe0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue