Open macor161 opened 5 years ago
Syntax highlight should support strings.
Also, it shouldn't highlight other keywords inside the string. i.e. keccak256("this uint should not be highlighted")
keccak256("this uint should not be highlighted")
The uint above should not be a different color than the rest of the string.
uint
Syntax highlight should support strings.
Also, it shouldn't highlight other keywords inside the string. i.e.
keccak256("this uint should not be highlighted")
The
uint
above should not be a different color than the rest of the string.