Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iden3/vim-circom-syntax
Circom syntax highlighting for vim
https://github.com/iden3/vim-circom-syntax
Last synced: 27 days ago
JSON representation
Circom syntax highlighting for vim
- Host: GitHub
- URL: https://github.com/iden3/vim-circom-syntax
- Owner: iden3
- Created: 2019-05-02T08:34:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-15T11:25:02.000Z (over 5 years ago)
- Last Synced: 2024-08-03T08:02:37.288Z (4 months ago)
- Language: Vim script
- Size: 446 KB
- Stars: 14
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-circom - vim plugin - Vim syntax highlighting plugin (Code editors & tooling / Cryptographic primitives in other languages)
README
# Circom syntax highlighting for vim
This is a [circom](https://github.com/iden3/circom) syntax highlighting file
for vim, based on the vim 8.1 javascript syntax highlighting file.## Screenshot
![](circom.png)
## Installation in vim/nvim
- Using [Plug](https://github.com/junegunn/vim-plug) (recommended), add this line to your `.vimrc`:
```
Plug 'iden3/vim-circom-syntax'
```- Using [Vundle](https://github.com/gmarik/vundle), add this line to your `.vimrc`:
```
Plugin 'iden3/vim-circom-syntax'
```- Using [NeoBundle](https://github.com/Shougo/neobundle.vim), add this line to your `.vimrc`:
```
NeoBundleLazy 'iden3/vim-circom-syntax', {'autoload':{'filetypes':['circom']}}
```