lpl.vim : Syntax file for LPL (Linear/Logical Programming Language)
script karma |
Rating 1/1,
Downloaded by 709 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Roberto Bonvallet |
|
script type |
syntax |
|
description |
A syntax highlighting file for LPL (Linear/Logical Programming Language)
"LPL contains a powerful modelling language and a complete modelling environment and it is possible to specify complex mathematical models in a concise way."
http://www.virtual-optima.com/en/products.html |
|
install details |
Copy lpl.vim to your $VIMRUNTIME/syntax/ directory.
Add the following to $VIMRUNTIME/filetype.vim:
" LPL
au BufNewFile,BufRead *.lpl setf lpl
This file has DOS line endings. If you want to use the script on a Unix machine, open the file with vim, :set ff=unix and save. |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.216.7.205
|