Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Cian911/vim-cadence

Syntax highlight for the Cadence programming language. A high level programming lanaguage intended for smart contract development. :neckbeard:
https://github.com/Cian911/vim-cadence

cadence flow hacktoberfest hacktoberfest2021 syntax-highlighting vim vim-plugin

Last synced: about 2 months ago
JSON representation

Syntax highlight for the Cadence programming language. A high level programming lanaguage intended for smart contract development. :neckbeard:

Awesome Lists containing this project

README

        

# vim-cadence

Syntax highlighting for the Cadence programming language. A high level programming lanaguage intended for smart contract development.

### Installation

Install via `vim-plug`:

Add the following line to your `.vimrc` between where you have `vim-plug`defined.

```vim
Plug 'Cian911/vim-cadence'
```

Then run `:PlugInstall`.