Skip to content

Syntax highlighting for minizinc (CP) and gringo (ASP) source code.

Notifications You must be signed in to change notification settings

vale1410/vim-minizinc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

vim-minizinc

Simple vim-Bundle for syntax highlighting for minizinc and Gringo ASPs and Bule .bul files. Detects .mzn, .fzn, .dzn .lp and .bul files. The definition of the syntax for vim is taken from the official minizinc-1.6 distribution.

Installation

vim-plug

https://github.com/junegunn/vim-plug

Add the line inbetween call plug#begin() and call plug#end() in .config/nvim/init.vim

Plug 'vale1410/vim-minizinc'

Vundle

Ensure you have Vundle installed. Ensure your ~/.vimrc file contains the following plugin line:

Plugin 'vale1410/vim-minizinc'

To install to vim add this line:

$ vim +PluginInstall +qall

References

For the original highlighting sources and target languages see:

About

Syntax highlighting for minizinc (CP) and gringo (ASP) source code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published