Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 877 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 877 Bytes

Vim setting files for PRISM

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.

Credits

  • Marta Kwiatkowska et al. (The files syntax/* are the very things that they contribute)
  • SHiNKA(@shinka_cb) (Repository Maintainer)

Installation

  • 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'

License

The same as original prism syntax highlighting files (i.e., GPL2).