Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/huangyxi/lingo.vim
- Owner: huangyxi
- Created: 2019-11-02T11:45:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-10T06:23:49.000Z (over 4 years ago)
- Last Synced: 2023-09-05T15:39:14.784Z (over 1 year ago)
- Topics: lingo, syntax-highlighting, vim
- Language: Vim script
- Homepage: https://www.vim.org/scripts/script.php?script_id=5834
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.