Changeset 11709


Ignore:
Timestamp:
03/14/12 14:56:19 (13 years ago)
Author:
Mathieu Morlighem
Message:

Updated syntax highlighting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/vim/addons/vim/syntax/c.vim

    r11326 r11709  
    406406syn keyword     cType           Constraints DataSet Elements Inputs Loads Materials Nodes Parameters Results Vertices
    407407"Petsc
    408 syn keyword     cType           Vec Mat 
     408syn keyword     cType           Vec Mat
    409409"other ISSM's syntax
    410410syn keyword     cType           mxArray ErrorException
     
    427427syn keyword cType GaussTria
    428428syn keyword cType GaussPenta
     429syn keyword cType Load
    429430syn keyword cType Friction
    430431syn keyword cType Icefront
     
    434435syn keyword cType Pengrid
    435436syn keyword cType Element
    436 syn keyword cType Load
    437437syn keyword cType Penta
    438438syn keyword cType PentaHook
     
    502502syn keyword cType ElementMatrix
    503503syn keyword cType ElementVector
     504syn keyword cType Vector
     505syn keyword cType Matrix
    504506syn keyword cType BoolParam
    505507syn keyword cType DoubleMatParam
     
    513515syn keyword cType FileParam
    514516syn keyword cType Param
    515 syn keyword cType PetscMatParam
    516 syn keyword cType PetscVecParam
     517syn keyword cType MatrixParam
     518syn keyword cType VectorParam
    517519syn keyword cType StringArrayParam
    518520syn keyword cType StringParam
     
    609611syn keyword cConstant InversionIscontrolEnum
    610612syn keyword cConstant InversionTaoEnum
     613syn keyword cConstant InversionIncompleteAdjointEnum
    611614syn keyword cConstant InversionMaxParametersEnum
    612615syn keyword cConstant InversionMaxiterPerStepEnum
     
    688691syn keyword cConstant SteadystateRequestedOutputsEnum
    689692syn keyword cConstant SurfaceEnum
    690 syn keyword cConstant SurfaceforcingsAblationRateEnum
    691 syn keyword cConstant SurfaceforcingsAccumulationRateEnum
     693syn keyword cConstant SurfaceforcingsPrecipitationEnum
    692694syn keyword cConstant SurfaceforcingsMassBalanceEnum
    693695syn keyword cConstant ThermalMaxiterEnum
     
    697699syn keyword cConstant ThermalSpctemperatureEnum
    698700syn keyword cConstant ThermalStabilizationEnum
     701syn keyword cConstant ThermalIsenthalpyEnum
    699702syn keyword cConstant ThicknessEnum
    700703syn keyword cConstant TimesteppingCflCoefficientEnum
     
    791794syn keyword cConstant PentaEnum
    792795syn keyword cConstant PentaP1InputEnum
    793 syn keyword cConstant PetscMatParamEnum
    794 syn keyword cConstant PetscVecParamEnum
     796syn keyword cConstant MatrixParamEnum
     797syn keyword cConstant VectorParamEnum
    795798syn keyword cConstant RiftfrontEnum
    796799syn keyword cConstant SegmentEnum
Note: See TracChangeset for help on using the changeset viewer.