- Joined
- Nov 11, 2006
- Messages
- 7,591
Not sure if anyone mentioned this.
LJASS tags stopped highlighting:
This is the code I used:
[icode=jass]local unit u = GetTriggerUnit()[/icode]
And JASS highlighting with "@" stopped working:
This is the code I used:
[code=jass]local unit u = @GetTriggerUnit()@[/code]
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()@
[code=jass]local unit u = @GetTriggerUnit()@[/code]