Help:Contents
From WarCraft3
Using JASS Tags
You can use the jass and ljass tags to syntax highlight JASS code.
This will be in a block <jass>function examples takes string s, returns nothing endfunction</jass>
Results in:
This will be in a blockfunction examples takes string s, returns nothing
endfunction
This will be on the same line <ljass>function examples takes string s, returns nothing endfunction</ljass>
Results in:
This will be on the same line function examples takes string s, returns nothing
endfunction