You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Fix variables highlighting as types
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user