jkcdarunday / vim-solidity

Syntax highlighting for Solidity in Vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-solidity

Maintained syntax files for Solidity, the smart contract programming language for Ethereum.

Installation

Pathogen

Run the following command:

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

Vundle

Add the following line to your ~/.vimrc:

Plugin 'thesis/vim-solidity'

Plug

Add the following line to your ~/.vimrc:

Plug 'thesis/vim-solidity'

No Plugin Manager

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

About

Syntax highlighting for Solidity in Vim

License:MIT License


Languages

Language:Vim Script 100.0%