Changeset 4923


Ignore:
Timestamp:
08/02/10 11:51:06 (15 years ago)
Author:
Mathieu Morlighem
Message:

added Beam*

Location:
issm/trunk/externalpackages/vim/vim.AddOns/issm.vim
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/externalpackages/vim/vim.AddOns/issm.vim/plugin/issmfolds.vim

    r4230 r4923  
    2929        " }}}
    3030        " remove any remaining leading or trailing whitespace {{{
    31         let line = substitute(line, '^\s*\(.\{-}\)\s*$', '\1', '')
     31        "let line = substitute(line, '^\s*\(.\{-}\)\s*$', '\1', '')
     32        let line = substitute(line, '^\s*%\(.\{-}\)\s*$', '\1', '') "Also remove % in matlab comments
    3233        " }}}
    3334        " align everything, and pad the end of the display with - {{{
  • issm/trunk/externalpackages/vim/vim.AddOns/issm.vim/syntax/c.vim

    r4251 r4923  
    406406syn keyword     cType           Constraints DataSet Elements Inputs Loads Materials Parameters Results Vertices
    407407"ISSM objects
    408 syn keyword     cType           Beam BeamVertexElementResult BeamVertexInput BoolExternalResult BoolInput BoolParam DofIndexing
     408syn keyword     cType           Beam BeamRef BeamVertexElementResult BeamVertexInput BoolExternalResult BoolInput BoolParam DofIndexing
    409409syn keyword     cType           DoubleElementResult DoubleExternalResult DoubleInput DoubleMatExternalResult DoubleMatParam DoubleParam DoubleVecExternalResult DoubleVecParam
    410410syn keyword     cType           Element ElementResult ExternalResult FemModel Friction Hook Icefront Input
    411411syn 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
     412syn keyword     cType           Param Patch Pengrid Penpair Penta PentaHook PentaRef PentaVertexElementResult PentaVertexInput PetscMatParam PetscVecExternalResult PetscVecParam
    413413syn keyword     cType           Rgb Riftfront Sing SingVertexElementResult SingVertexInput Spc StringArrayParam StringExternalResult StringParam
    414414syn keyword     cType           Tria TriaHook TriaRef TriaVertexElementResult TriaVertexInput Update Vertex
Note: See TracChangeset for help on using the changeset viewer.