Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/huangyxi/lingo.vim

NEW Vim Syntax Highlighting for LINGO 18
https://github.com/huangyxi/lingo.vim

lingo syntax-highlighting vim

Last synced: 13 days ago
JSON representation

NEW Vim Syntax Highlighting for LINGO 18

Awesome Lists containing this project

README

        

# lingo.vim
lingo.vim is a new Vim Syntax Highlighting for LINGO (the language of optimization modeling software for linear, nonlinear, and integer programming).

The new syntax rule is based on [LINGO 18.0 user manual](https://www.lindo.com/downloads/PDF/LINGO.pdf).

## Installation instructions

It is recommended to install the plugin using a plugin manager. Pick your favorite, here are
instructions for some common ones.

### Using [vim-plug]

Add a new plugin line to your `.vimrc`:

```vim
Plug 'Markhng/lingo.vim'
```

Rerun `vim` and update your bundles:

```vim
:PlugInstall
```

### Using [vundle]

Add a new plugin line to your `.vimrc`:

```vim
Plugin 'Markhng/lingo.vim'
```

Rerun `vim` and update your bundles:

```vim
:PluginInstall!
```

[vim-plug]: https://github.com/junegunn/vim-plug
[vundle]: https://github.com/gmarik/vundle

### Manually
Just copy all the relevant portions in this project into your `~/.vim` directory.