TCL: Highlight words as keywords after '{' as this highlights 'else'

Upstream Scintilla applied it as 3924:e2385dff420a.

Closes #3432877.
This commit is contained in:
Colomban Wendling 2011-12-05 19:51:08 +01:00
parent f0de946d3e
commit eb064df5b6

View File

@ -309,6 +309,7 @@ next:
break;
case '}':
sc.SetState(SCE_TCL_OPERATOR);
expected = true;
--currentLevel;
break;
case '[':