sponsor Vim development Vim logo Vim Book Ad

ratfor.vim : Vim syntax file for RATFOR

 script karma  Rating 7/4, Downloaded by 642  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
 

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
ratfor.vim 0.1 2004-02-08 6.0 Patricio Toledo Initial upload
ip used for rating: 3.19.31.73

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