davidhq / SublimeEthereum

Ethereum Solidity, Vyper, Yul and StarkNet Cairo language syntaxes
MIT License
116 stars 43 forks source link

Highlighter fails on strings with mix of `'` and `"` #41

Closed eMarchenko closed 5 years ago

eMarchenko commented 5 years ago
string s1 = "1'1";
string s2 = "2'2";

example

davidhq commented 5 years ago
Screen Shot 2019-05-21 at 11 57 48

fixed in v1.1.20 ... along with other open issues