JASS Tag Bugs

Status
Not open for further replies.
Not sure if anyone mentioned this.

LJASS tags stopped highlighting:
local unit u = GetTriggerUnit()
This is the code I used:
[icode=jass]local unit u = GetTriggerUnit()[/icode]

And JASS highlighting with "@" stopped working:
JASS:
local unit u = @GetTriggerUnit()@
This is the code I used:
[code=jass]local unit u = @GetTriggerUnit()@[/code]
 
Ah okay, thanks for the fix! :)

The @ was a feature to highlight a particular section of code. It made a red highlight over it or something. I don't have a pic or anything, and it isn't exactly necessary to have, but it was a neat option. :P

Yes, I was recently surprised when I found that this magic tool has gone.

Anyway, it would be very nice to have it back.
 
Status
Not open for further replies.
Back
Top