promela : Promela indent file
script karma |
Rating 2/2,
Downloaded by 785 |
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 |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.141.40.192
|