tomlion / vim-solidity

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

Some improvements possible #15

Closed maxlandon closed 4 years ago

maxlandon commented 7 years ago

Hello,

After installing the plug, I compared it with the ethereum package provided for Atom: screenshot from 2017-02-16 22-07-28

I ended up with this output in Vim: screenshot from 2017-02-16 22-05-03

The newbie I am in Programming would like to know why there are such differences in the syntax highlighting. Is there room for improving the actual Vim syntax highlighting ? It lacks items such as def | extern | self. | msg.sender | deposit | data, etc.... It does not recognize functions after 'def' for instance. Otherwise, is there a way for me to change this by my own ? Thanks.

hiqua commented 6 years ago

This is not a plugin for "ethereum", but for the Solidity language, so it cannot help you with your code (which is not Solidity code).