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.
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
uintabove should not be a different color than the rest of the string.