Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rluba/jai.vim

Vim syntax highlighting for Jai programming language. I am planning to maintain and update this package when the language is released
https://github.com/rluba/jai.vim

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Jai.vim

Syntax highlighting for [Jonathan Blow's](https://twitter.com/j_blow) 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`

```bash
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`.

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

" NeoBundle
NeoBundle 'rluba/jai.vim'

" Vundle
Plugin 'rluba/jai.vim'
```

### Manual installation

* copy files to your `~/.vim` folder