leosayous21 / vim-circom-syntax

Circom syntax highlighting for vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Circom syntax highlighting for vim


Languages

Language:Vim Script 100.0%