/vim-circom-syntax

Circom syntax highlighting for vim

Primary LanguageVim Script

Circom syntax highlighting for vim

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