Changeset 4251
- Timestamp:
- 06/28/10 07:52:45 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk/externalpackages/vim/vim.AddOns/issm.vim/syntax/c.vim ΒΆ
r4230 r4251 398 398 syn keyword cType int long short char void 399 399 syn keyword cType signed unsigned float double 400 syn keyword cType Vec Mat Input Object Node DataSet Tria Penta Beam Matice Matpar Sing Contour ParameterInputs OptArgs OptPars mxArray Param FemModel Pengrid Penpair Icefront Model NodeSets Result Friction 400 401 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" 402 " ISSM special syntax " 403 " please try to keep the alphabetical ordering " 404 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" 405 "ISSM containers: 406 syn keyword cType Constraints DataSet Elements Inputs Loads Materials Parameters Results Vertices 407 "ISSM objects 408 syn keyword cType Beam BeamVertexElementResult BeamVertexInput BoolExternalResult BoolInput BoolParam DofIndexing 409 syn keyword cType DoubleElementResult DoubleExternalResult DoubleInput DoubleMatExternalResult DoubleMatParam DoubleParam DoubleVecExternalResult DoubleVecParam 410 syn keyword cType Element ElementResult ExternalResult FemModel Friction Hook Icefront Input 411 syn keyword cType IntExternalResult IntInput IntParal Iomodel Load Material Matice Matpar Node NodeSets Numericalflux Object 412 syn keyword cType Param Patch Pengrid Penpair Penta PentaHook PentaVertexElementResult PentaVertexInput PetscMatParam PetscVecExternalResult PetscVecParam 413 syn keyword cType Rgb Riftfront Sing SingVertexElementResult SingVertexInput Spc StringArrayParam StringExternalResult StringParam 414 syn keyword cType Tria TriaHook TriaRef TriaVertexElementResult TriaVertexInput Update Vertex 415 "Bamg objects 416 syn keyword cType BamgGeom BamgMesh BamgOpts CrackedEdge Curve Direction DoubleAndInt Edge GeometricalEdge GeometricalSubDomain GeometricalVertex Geometry IntEdge 417 syn keyword cType ListofIntersectionTriangles MatVVP2x2 MeshVertex Metric P2 P2xP2 QuadTree SetOfEdges4 SubDomain Triangle TriangleAdjacent Triangles VertexOnEdge VertexOnGeom VertexOnVertex 418 "Petsc 419 syn keyword cType Vec Mat 420 "other ISSM's syntax 421 syn keyword cType Contour OptArgs OptPars mxArray ErrorException 422 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" 423 401 424 if !exists("c_no_ansi") || exists("c_ansi_typedefs") 402 425 syn keyword cType size_t ssize_t wchar_t ptrdiff_t sig_atomic_t fpos_t
Note:
See TracChangeset
for help on using the changeset viewer.