Changeset 17545


Ignore:
Timestamp:
03/26/14 10:23:58 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: syncing enums

File:
1 edited

Legend:

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

    r17458 r17545  
    412412syn keyword cType BoolInput
    413413syn keyword cType BoolParam
     414syn keyword cType classes
    414415syn keyword cType Constraint
    415416syn keyword cType Constraints
     
    417418syn keyword cType Contours
    418419syn keyword cType ControlInput
     420syn keyword cType DatasetInput
    419421syn keyword cType DataSetParam
    420 syn keyword cType DatasetInput
    421422syn keyword cType Definition
    422423syn keyword cType DependentObject
     
    431432syn keyword cType ElementHook
    432433syn keyword cType ElementMatrix
     434syn keyword cType Elements
    433435syn keyword cType ElementVector
    434 syn keyword cType Elements
    435436syn keyword cType ExponentialVariogram
    436437syn keyword cType ExternalResult
     
    439440syn keyword cType Friction
    440441syn keyword cType Gauss
     442syn keyword cType GaussianVariogram
     443syn keyword cType gaussobjects
    441444syn keyword cType GaussPenta
    442445syn keyword cType GaussSeg
    443446syn keyword cType GaussTetra
    444447syn keyword cType GaussTria
    445 syn keyword cType GaussianVariogram
    446448syn keyword cType GenericExternalResult
    447449syn keyword cType GenericOption
     
    457459syn keyword cType IntVecParam
    458460syn keyword cType IoModel
     461syn keyword cType krigingobjects
    459462syn keyword cType Load
    460463syn keyword cType Loads
     
    464467syn keyword cType Matice
    465468syn keyword cType Matpar
     469syn keyword cType matrixobjects
    466470syn keyword cType MatrixParam
    467471syn keyword cType Misfit
     
    472476syn keyword cType Observations
    473477syn keyword cType Option
     478syn keyword cType Options
    474479syn keyword cType OptionUtilities
    475 syn keyword cType Options
    476480syn keyword cType Param
    477481syn keyword cType Parameters
     
    485489syn keyword cType Quadtree
    486490syn keyword cType Results
     491syn keyword cType Riftfront
    487492syn keyword cType RiftStruct
    488 syn keyword cType Riftfront
    489493syn keyword cType Seg
    490494syn keyword cType SegInput
     495syn keyword cType Segment
    491496syn keyword cType SegRef
    492 syn keyword cType Segment
    493497syn keyword cType SpcDynamic
    494498syn keyword cType SpcStatic
     
    498502syn keyword cType StringParam
    499503syn keyword cType Tetra
     504syn keyword cType TetraInput
    500505syn keyword cType TetraRef
    501506syn keyword cType TransientInput
     
    509514syn keyword cType Vertex
    510515syn keyword cType Vertices
    511 syn keyword cType classes
    512 syn keyword cType gaussobjects
    513 syn keyword cType krigingobjects
    514 syn keyword cType matrixobjects
    515516syn keyword cType AdjointBalancethicknessAnalysis
    516517syn keyword cType AdjointHorizAnalysis
     
    520521syn keyword cType BalancevelocityAnalysis
    521522syn keyword cType DamageEvolutionAnalysis
     523syn keyword cType DepthAverageAnalysis
    522524syn keyword cType EnthalpyAnalysis
    523525syn keyword cType EnumToAnalysis
     
    752754syn keyword cConstant Mesh2DverticalEnum
    753755syn keyword cConstant Mesh3DEnum
     756syn keyword cConstant Mesh3DtetrasEnum
    754757syn keyword cConstant MiscellaneousNameEnum
    755758syn keyword cConstant MasstransportHydrostaticAdjustmentEnum
     
    875878syn keyword cConstant ExtrudeFromBaseAnalysisEnum
    876879syn keyword cConstant ExtrudeFromTopAnalysisEnum
     880syn keyword cConstant DepthAverageAnalysisEnum
    877881syn keyword cConstant SteadystateSolutionEnum
    878882syn keyword cConstant SurfaceSlopeSolutionEnum
     
    929933syn keyword cConstant InputToExtrudeEnum
    930934syn keyword cConstant InputToL2ProjectEnum
     935syn keyword cConstant InputToDepthaverageEnum
    931936syn keyword cConstant IntParamEnum
    932937syn keyword cConstant IntVecParamEnum
     
    10541059syn keyword cConstant StressTensoryzEnum
    10551060syn keyword cConstant StressTensorzzEnum
     1061syn keyword cConstant DeviatoricStressEnum
     1062syn keyword cConstant DeviatoricStressxxEnum
     1063syn keyword cConstant DeviatoricStressxyEnum
     1064syn keyword cConstant DeviatoricStressxzEnum
     1065syn keyword cConstant DeviatoricStressyyEnum
     1066syn keyword cConstant DeviatoricStressyzEnum
     1067syn keyword cConstant DeviatoricStresszzEnum
     1068syn keyword cConstant StrainRateEnum
     1069syn keyword cConstant StrainRatexxEnum
     1070syn keyword cConstant StrainRatexyEnum
     1071syn keyword cConstant StrainRatexzEnum
     1072syn keyword cConstant StrainRateyyEnum
     1073syn keyword cConstant StrainRateyzEnum
     1074syn keyword cConstant StrainRatezzEnum
    10561075syn keyword cConstant DivergenceEnum
    10571076syn keyword cConstant GiaCrossSectionShapeEnum
     
    10731092syn keyword cConstant MINIcondensedEnum
    10741093syn keyword cConstant TaylorHoodEnum
     1094syn keyword cConstant XTaylorHoodEnum
    10751095syn keyword cConstant OneLayerP4zEnum
    10761096syn keyword cConstant SaveResultsEnum
Note: See TracChangeset for help on using the changeset viewer.