• Stars
    star
    490
  • Rank 89,811 (Top 2 %)
  • Language
    Vim Script
  • License
    MIT License
  • Created over 9 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Vim syntax file for solidity

vim-solidity

Syntax files for Solidity, the contract-oriented programming language for Ethereum.

Installation

Pathogen

Run the following command:

git clone https://github.com/tomlion/vim-solidity.git ~/.vim/bundle/vim-solidity

Vundle

Add the following line to your ~/.vimrc:

Plugin 'tomlion/vim-solidity'

Plug

Add the following line to your ~/.vimrc:

Plug 'tomlion/vim-solidity'

No Plugin Manager

Copy all of the files manually into your ~/.vim.