tomlion / vim-solidity

Vim syntax file for solidity
MIT License
490 stars 321 forks source link

Escaped quotes in string literals terminate the literal #30

Open attente opened 6 years ago

attente commented 6 years ago

For example:

pragma solidity ^0.4.23;

contract Test {
  string private constant MESSAGE = 'Syntax doesn\'t work';
}
attente commented 6 years ago

https://github.com/tomlion/vim-solidity/pull/29