sponsor Vim development Vim logo Vim Book Ad

promela : Promela indent file

 script karma  Rating 2/2, Downloaded by 666  Comments, bugs, improvements  Vim wiki

created by
Oscar Hellström
 
script type
indent
 
description
This is my first attempt at writing an indent file for VIM.
It seems to work OK for at least basic stuff.
 
install details
Just put it in $HOME/.vim/indent and make sure that the PROMELA file type is recognized by VIM.
If VIM does not recognize PROMELA either add this to your existing $HOME/.vim/filetype.vim:
" Promela
au BufNewFile,BufRead *.prom,*.prm,*.promela,*.pml              setf promela

or create a filetype.vim looking like this:
augroup filetypedetect
au BufNewFile,BufRead *.prom,*.prm,*.promela,*.pml              setf promela
augroup END
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
promela.vim 0.2 2006-02-15 6.0 Oscar Hellström Initial upload
ip used for rating: 54.208.238.160

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github