Page 1 of 1

using ";" in a .syn file

Posted: Tue Apr 22, 2003 4:10 pm
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

Posted: Thu Apr 24, 2003 3:44 pm
by Yeti
I found it myself...
by using:
OperatorChars = :.,";"
in stead of:
OperatorChars = :.,;