using ";" in a .syn file

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
Yeti

using ";" in a .syn file

Post by Yeti »

Is there a way to put the ";" char in the OperatorChars of a .syn file?
I can't get it workin becouse textpad uses ";" to comment lines in .syn files
Yeti

Post by Yeti »

I found it myself...
by using:
OperatorChars = :.,";"
in stead of:
OperatorChars = :.,;
Post Reply