Skip to content

TovarishFin/vim-solidity

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 99 commits ahead of tomlion:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

vim-solidity

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

This repo has been forked from tomlion's repo. It seems that the repository has been abandoned so I figured I would pick it up and improve my regex game :)

I intend to use this tool daily, so expect updates! PRs are also welcome.

Support this project and get a cool robot!

gittronSUPPORT US WITH GITTRON

Improvements over the old repo:

  • assembly syntax highlighting
  • natspec syntax
  • more extensive color scheme
  • scientific number notation (1e18 used much anyone?)
  • constructor keyword highlighting
  • calldata highlighting
  • typecase highlighting
  • abi keyword added
  • anonymous & indexed event modifiers includes
  • reserved words give errors
  • overall more extensive and detailed syntax highlighting
  • various bug fixes

Before and After Example (new on left old on right)

vim-solidity before & after

Installation

Important: If you are using the latest version of vim-polyglot, this repo's syntax is already included. No further action is required.

Pathogen

Run the following command:

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

Vundle

Add the following line to your ~/.vimrc:

Plugin 'TovarishFin/vim-solidity'

Plug

Add the following line to your ~/.vimrc:

Plug 'TovarishFin/vim-solidity'

No Plugin Manager

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

About

Vim syntax file for solidity

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%