macor161 / quantal

Fast and lightweight build tool for Solidity.
MIT License
23 stars 1 forks source link

Syntax highlight inside strings #69

Open macor161 opened 5 years ago

macor161 commented 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")

The uint above should not be a different color than the rest of the string.