This commit is contained in:
Бондарев Иван 2018-12-30 11:34:43 +01:00
parent fff8638764
commit 29c78ac243

View file

@ -221,7 +221,7 @@ namespace VisualPascalABC
c = textArea.Document.TextContent[off];
}
c = char.ToLower(c);
if (c != '=' && c != 't' && c != 'd' && c != 'o' && c != '{')
if (c != '=' && c != 't' && c != 'd' && c != 'o' && c != '{' && c != 'c')
{
return true;
}