- Joined
- Dec 14, 2005
- Messages
- 10,532
The following should be highlighted with the style ideally the same as that of the word after the dash.
--
Also, could we get a maximum height on Jass tags (fairly short) after which they scroll?
JASS:
"hi//"
- "hi" //comments shouldn't occur in strings
5 - 'h000' //numbers
0x5 - 'h000' //hex numbers
$5 - 'h000' //hex numbers
0.5 - 'h000' //decimal numbers
this - true
super - true
thistype - unit
$a$ - method //textmacro variables
module - method
endmodule - method
optional - method
implement - method
delegate - method
stub - method
onDestroy - method
onInit - method
type - method
array - method
$ - [
Textmacro variables:
\$[a-zA-Z_]\w*\$
Numbers (all types):
\-?((0x|\$)[\da-fA-F]+|\d+\.?\d*|\.\d+|'([^']|[^']{4})')
\$[a-zA-Z_]\w*\$
Numbers (all types):
\-?((0x|\$)[\da-fA-F]+|\d+\.?\d*|\.\d+|'([^']|[^']{4})')
--
Also, could we get a maximum height on Jass tags (fairly short) after which they scroll?
Last edited by a moderator: