mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-03 17:39:36 +01:00
Ported Fix variables highlighting as types - dzil123 for CScript.
This commit is contained in:
parent
6cb08c7164
commit
bd17c39172
@ -235,7 +235,7 @@ Map<int, TextEdit::HighlighterInfo> CScriptSyntaxHighlighter::_get_line_syntax_h
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (is_symbol) {
|
if (is_symbol && in_region == -1) {
|
||||||
if (in_function_name) {
|
if (in_function_name) {
|
||||||
in_function_args = true;
|
in_function_args = true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user