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.
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'
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
For the original highlighting sources and target languages see: