PDA

View Full Version : weird syntax highlighting


Nicknack
03-13-2009, 07:00 PM
just found a little issue with false syntax highlighting, when using \".
check this out:
f$ = fopen(Apppath$+"dat.txt", "r");
string$ = "\""+ readstring(f$) + "\"" + ",";
end;
fclose(f$);

kornalius
03-17-2009, 01:30 PM
Thank you, this has been fixed.

kornalius
03-17-2009, 01:41 PM
Actually I was wrong, it has been fixed in version 2.0 but cannot be fixed in 1.x since I was using a more primitive syntax highlighting component.