Another tiny syntax highlight bug
Another tiny syntax highlight bug
Scroll to the absolute very bottom of your source, type a keyword (such as "endif") and without hitting space or enter, hit the up arrow or click somewhere else in the source. The word will highlight except for the last letter... weird.
And this shouldn't be red:
Code: Select all
Macro Apple(Diagon, Ally)
Diagon#Ally#_WhyIsThisRed
EndMacro
Apple(Tanger, ine)