sponsor Vim development Vim logo Vim Book Ad

gmsh.vim : Syntax file for GMSH meshing facilities

 script karma  Rating 10/7, Downloaded by 907  Comments, bugs, improvements  Vim wiki

created by
CHAMPANEY Laurent
 
script type
syntax
 
description
Gmsh (http://www.geuz.org/gmsh) is an automatic 3D finite element mesh generator (primarily Delaunay) with build-in CAD and post-processing facilities.This simple script helps vim users in daily work providing color and syntax support.
 
install details
The GMSH community uses .geo files to store their problems, so adding this lines in filetype.vim will help

" GMSH (Meshing Facilities)
augroup filetypedetect
au BufNewFile,BufRead *.geo     setf gmsh
augroup END

For other GMSH file add the following comment at the end of the file

// vim: set filetype=gmsh :  //
 

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
gmsh.vim 1.0 2003-05-13 6.0 CHAMPANEY Laurent Initial upload
ip used for rating: 3.144.161.116

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