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 a51157e11a Update syntax highlighters for .prism/.props file extensions (untested). 14 years ago
..
README Update syntax highlighters for .prism/.props file extensions (untested). 14 years ago
prismmodel.vim syntax highlighting for Vim 14 years ago
prismproperty.vim syntax highlighting for Vim 14 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