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.
 
 
 
 
 
 
Dave Parker 81451753d1 Bug fix for explicit engine model import - we should not assume that the initial state is 0. This also highlights a bug that ModelExplicit should store initial states as a state, not a list, but that issue is not fixed here. 10 years ago
..
README Update syntax highlighters for .prism/.props file extensions (untested). 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 *.prism setfiletype prismmodel
au BufRead,BufNewFile *.[pns]m setfiletype prismmodel
au BufRead,BufNewFile *.smg setfiletype prismmodel
au BufRead,BufNewFile *.props setfiletype prismproperty
au BufRead,BufNewFile *.pctl setfiletype prismproperty