Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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']}}
```