solidity-ide
solidity-ide copied to clipboard
Remove 'var' keyword from grammar
Since Solidity 0.5.x it is not possible anymore to declare a variable with the 'var' keyword. This should be removed from the grammar.