I recently downloaded this package and have noticed a couple of syntax highlighting issues. I have attached a couple of examples to illustrate:
Note that the second for is highlighted a different color, and the preamble to it is uniformly highlighted orange (rather than like the for loop above it).
The variable something, is highlighted correctly if lowercase, and incorrectly if uppercase.
I originally wrote the empty function for a generic variable A, which suffered from the same issue.
Hi,
I recently downloaded this package and have noticed a couple of syntax highlighting issues. I have attached a couple of examples to illustrate:
Note that the second
for
is highlighted a different color, and the preamble to it is uniformly highlighted orange (rather than like the for loop above it).The variable
something
, is highlighted correctly if lowercase, and incorrectly if uppercase.I originally wrote the
empty
function for a generic variableA
, which suffered from the same issue.