ratfor.vim : Vim syntax file for RATFOR
script karma |
Rating 7/4,
Downloaded by 755 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Patricio Toledo |
|
script type |
syntax |
|
description |
RATFOR is a dialect of FORTRAN made by
the creators of C. RATFOR is a preprocessor that provides C like control flow to FORTRAN.
So ratfor.vim implements this idea.
|
|
install details |
Put ratfor.vim where vim could see it.
Usualy ratfor scripts use .r as name extension. So add the next lines in filetype.vim
" RATFOR (Rational Fortran)
augroup filetypedetect
au BufNewFile,BufRead *.r setf ratfor
au BufNewFile,BufRead *.ratfor setf ratfor
augroup END
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.221.248.199
|