You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Vojtech Forejt 298b4b914e The named formulae are prepended by their names when they are output before the actual model-checking phase 15 years ago
..
README syntax highlighting for Vim 15 years ago
prismmodel.vim syntax highlighting for Vim 15 years ago
prismproperty.vim syntax highlighting for Vim 15 years ago

README

To install, copy the files prismmodel.vim and prismproperty.vim to a directory where syntax files reside, e.g. on Unix this can be the ~/.vim/syntax/ directory

Then add the following 3 lines to your filetype.vim (on Unix, this can be in ~/.vim/filetype.vim):

au BufRead,BufNewFile *.[pns]m setfiletype prismmodel
au BufRead,BufNewFile *.smg setfiletype prismmodel
au BufRead,BufNewFile *.pctl setfiletype prismproperty