Circom syntax highlighting for vim
May 14, 2019 ยท View on GitHub
This is a circom syntax highlighting file for vim, based on the vim 8.1 javascript syntax highlighting file.
Screenshot

Installation in vim/nvim
- Using Plug (recommended), add this line to your
.vimrc:
Plug 'iden3/vim-circom-syntax'
- Using Vundle, add this line to your
.vimrc:
Plugin 'iden3/vim-circom-syntax'
- Using NeoBundle, add this line to your
.vimrc:
NeoBundleLazy 'iden3/vim-circom-syntax', {'autoload':{'filetypes':['circom']}}