Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
Syntax highlight for the Cadence programming language. A high level programming lanaguage intended for smart contract development. :neckbeard:
- Host: GitHub
- URL: https://github.com/Cian911/vim-cadence
- Owner: Cian911
- Created: 2021-05-05T22:33:49.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-01T21:47:07.000Z (11 months ago)
- Last Synced: 2024-07-22T14:38:38.597Z (4 months ago)
- Topics: cadence, flow, hacktoberfest, hacktoberfest2021, syntax-highlighting, vim, vim-plugin
- Language: Vim Script
- Homepage:
- Size: 11.7 KB
- Stars: 14
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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`.