/vim-jpl

Primary LanguageVim ScriptMIT LicenseMIT

vim jpl

vim-jpl is a Vim plugin for JPL, an array based language created by Pavel Panchekha and John Regehr at the University of Utah.

Features

  • .jpl file detection.

  • Syntax highlighting.

Installation

You can use your favorite pathogen-compatible plugin manager to install vim-jpl.

If you're using vim-plug, for example, follow the following steps:

  1. Edit your .vimrc and add a Plug declaration for vim-jpl.

    call plug#begin()
    " ...
    Plug 'gavinleroy/vim-jpl'
    " ...
    call plug#end()
  2. Restart Vim

  3. :PlugInstall to install the plugin.

License

vim-jpl is distributed under the MIT License LICENSE for more details.

Planned Improvements

  • more vibrant syntax highlighting.

  • customizability using Syntastic