Note that this vim setting files for PRISM is originally from PRISM WebSite.
The purpose of this repository is to make easier to introduce PRISM settings using tools such as Vundle, NeoBundle and so on.
- Marta Kwiatkowska et al. (The files
syntax/*
are the very things that they contribute) - SHiNKA(@shinka_cb) (Repository Maintainer)
- Using NeoBundle,
add this line to your
.vimrc
NeoBundleLazy 'shinka-cb/prism_vim', {'autoload':{'filetypes':['prismmodel', 'prismproperty']}}
- Using Vundle,
add this line to your
.vimrc
Bundle 'shinka-cb/prism_vim'
The same as original prism syntax highlighting files (i.e., GPL2).