The following code in TeX is incorrectly highlighted (in
FAR editor):
some text $x \leftrightarrow x'$ more text
Colorer assumes \left to be start of "\left( ... \right)"-like
block, although this is not the case here.
Guess the reason is in {0,1} in regexp for "Formula"
scheme (tex.hrc): ... [\.\(\[\/|\)\]]{0,1}
Logged In: YES
user_id=313042
fixed. thanks.