sponsor Vim development Vim logo Vim Book Ad

getdp : Syntax file for GetDP Numerical Environment

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

created by
Patricio Toledo
 
script type
syntax
 
description
GetDP is a Numerical Environment for partial diferential equations, mainly through the Finite Element method. This simple script helps vim users in daily work providing color and syntax support.
 
install details
The GetDP community uses .pro files to store their problems, so adding this lines in filetype.vim will help

" GetDP (Scientific Environment)
augroup filetypedetect
au BufNewFile,BufRead *.pro     setf getdp
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
getdp.vim 0.2 2004-02-08 6.0 Patricio Toledo Better comments, more keywords
getdp.vim 0.1 2003-05-08 6.0 Patricio Toledo Initial upload
ip used for rating: 18.217.208.72

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