f0rget-the-sad / jai.vim

Fork for upstreaming to rluba/jai.vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jai.vim

Syntax highlighting for Jonathan Blow's programming language Jai.

Configuration

By default, case labels are indented. If you don't want that, you can disable it:

let b:jai_indent_options = {'case_labels':0}

Installation

If you use pathogen clone this plugin to ~/.vim/bundle

git clone https://github.com/jansedivy/jai.vim.git ~/.vim/bundle

In general, for other plugin managers you have to add configuration line in ~/.vimrc.

" vim-plug
Plug 'rluba/jai.vim'

" NeoBundle
NeoBundle 'rluba/jai.vim'

" Vundle
Plugin 'rluba/jai.vim'

Manual installation

  • copy files to your ~/.vim folder

About

Fork for upstreaming to rluba/jai.vim

License:MIT License


Languages

Language:Vim Script 100.0%