Changeset 4251


Ignore:
Timestamp:
06/28/10 07:52:45 (15 years ago)
Author:
Mathieu Morlighem
Message:

updatedc syntax for ISSM in vim

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk/externalpackages/vim/vim.AddOns/issm.vim/syntax/c.vim ΒΆ

    r4230 r4251  
    398398syn keyword     cType           int long short char void
    399399syn 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:
     406syn keyword     cType           Constraints DataSet Elements Inputs Loads Materials Parameters Results Vertices
     407"ISSM objects
     408syn keyword     cType           Beam BeamVertexElementResult BeamVertexInput BoolExternalResult BoolInput BoolParam DofIndexing
     409syn keyword     cType           DoubleElementResult DoubleExternalResult DoubleInput DoubleMatExternalResult DoubleMatParam DoubleParam DoubleVecExternalResult DoubleVecParam
     410syn keyword     cType           Element ElementResult ExternalResult FemModel Friction Hook Icefront Input
     411syn keyword     cType           IntExternalResult IntInput IntParal Iomodel Load Material Matice Matpar Node NodeSets Numericalflux Object
     412syn keyword     cType           Param Patch Pengrid Penpair Penta PentaHook PentaVertexElementResult PentaVertexInput PetscMatParam PetscVecExternalResult PetscVecParam
     413syn keyword     cType           Rgb Riftfront Sing SingVertexElementResult SingVertexInput Spc StringArrayParam StringExternalResult StringParam
     414syn keyword     cType           Tria TriaHook TriaRef TriaVertexElementResult TriaVertexInput Update Vertex
     415"Bamg objects
     416syn keyword     cType           BamgGeom BamgMesh BamgOpts CrackedEdge Curve Direction DoubleAndInt Edge GeometricalEdge GeometricalSubDomain GeometricalVertex Geometry IntEdge
     417syn keyword     cType           ListofIntersectionTriangles MatVVP2x2 MeshVertex Metric P2 P2xP2 QuadTree SetOfEdges4 SubDomain Triangle TriangleAdjacent Triangles VertexOnEdge VertexOnGeom VertexOnVertex
     418"Petsc
     419syn keyword     cType           Vec Mat
     420"other ISSM's syntax
     421syn keyword     cType           Contour OptArgs OptPars mxArray ErrorException
     422"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
     423
    401424if !exists("c_no_ansi") || exists("c_ansi_typedefs")
    402425  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.