Skip to content
/ jai.vim Public
forked from jansedivy/jai.vim

Vim syntax highlighting for Jai programming language. I am planning to maintain and update this package when the language is released

License

Notifications You must be signed in to change notification settings

rluba/jai.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Vim syntax highlighting for Jai programming language. I am planning to maintain and update this package when the language is released

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%