fix #1619
This commit is contained in:
parent
fff8638764
commit
29c78ac243
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue