gmsh.vim : Syntax file for GMSH meshing facilities
script karma |
Rating 10/7,
Downloaded by 1024 |
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 : //
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.219.23.38
|