Changeset 15573


Ignore:
Timestamp:
07/24/13 09:38:19 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: Updating syntax highlight

File:
1 edited

Legend:

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

    r15531 r15573  
    413413syn keyword cType BoolInput
    414414syn keyword cType BoolParam
    415 syn keyword cType classes
    416415syn keyword cType Constraint
    417416syn keyword cType Constraints
     
    419418syn keyword cType Contours
    420419syn keyword cType ControlInput
     420syn keyword cType DataSetParam
    421421syn keyword cType DatasetInput
    422 syn keyword cType DataSetParam
    423422syn keyword cType DependentObject
    424423syn keyword cType DofIndexing
     
    434433syn keyword cType ElementMatrix
    435434syn keyword cType ElementResult
     435syn keyword cType ElementVector
    436436syn keyword cType Elements
    437 syn keyword cType ElementVector
    438437syn keyword cType ExponentialVariogram
    439438syn keyword cType ExternalResult
     
    441440syn keyword cType FileParam
    442441syn keyword cType Friction
    443 syn keyword cType GaussianVariogram
    444 syn keyword cType gaussobjects
    445442syn keyword cType GaussPenta
    446443syn keyword cType GaussTria
     444syn keyword cType GaussianVariogram
    447445syn keyword cType GenericExternalResult
    448446syn keyword cType GenericOption
     
    459457syn keyword cType IntVecParam
    460458syn keyword cType IoModel
    461 syn keyword cType krigingobjects
    462459syn keyword cType Load
    463460syn keyword cType Loads
     
    467464syn keyword cType Matice
    468465syn keyword cType Matpar
    469 syn keyword cType matrixobjects
    470466syn keyword cType MatrixParam
    471467syn keyword cType Node
     
    475471syn keyword cType Observations
    476472syn keyword cType Option
     473syn keyword cType OptionUtilities
    477474syn keyword cType Options
    478 syn keyword cType OptionUtilities
    479475syn keyword cType Param
    480476syn keyword cType Parameters
     
    490486syn keyword cType Quadtree
    491487syn keyword cType Results
     488syn keyword cType RiftStruct
    492489syn keyword cType Riftfront
    493 syn keyword cType RiftStruct
    494490syn keyword cType Segment
    495491syn keyword cType SpcDynamic
     
    510506syn keyword cType Vertex
    511507syn keyword cType Vertices
     508syn keyword cType classes
     509syn keyword cType gaussobjects
     510syn keyword cType krigingobjects
     511syn keyword cType matrixobjects
    512512"ISSM's objects end
    513513"ISSM's Enums begin
     
    560560syn keyword cConstant DiagnosticSpcvyEnum
    561561syn keyword cConstant DiagnosticSpcvzEnum
    562 syn keyword cConstant DiagnosticStokesreconditioningEnum
     562syn keyword cConstant DiagnosticFSreconditioningEnum
    563563syn keyword cConstant DiagnosticVertexPairingEnum
    564564syn keyword cConstant DiagnosticViscosityOvershootEnum
     
    566566syn keyword cConstant LoadingforceYEnum
    567567syn keyword cConstant LoadingforceZEnum
    568 syn keyword cConstant FlowequationBordermacayealEnum
    569 syn keyword cConstant FlowequationBorderpattynEnum
    570 syn keyword cConstant FlowequationBorderstokesEnum
     568syn keyword cConstant FlowequationBorderSSAEnum
     569syn keyword cConstant FlowequationBorderHOEnum
     570syn keyword cConstant FlowequationBorderFSEnum
    571571syn keyword cConstant FlowequationElementEquationEnum
    572 syn keyword cConstant FlowequationIshutterEnum
    573 syn keyword cConstant FlowequationIsmacayealEnum
    574 syn keyword cConstant FlowequationIsl1l2Enum
    575 syn keyword cConstant FlowequationIspattynEnum
    576 syn keyword cConstant FlowequationIsstokesEnum
    577 syn keyword cConstant FlowequationFeStokesEnum
    578 syn keyword cConstant FlowequationFeSsaEnum
     572syn keyword cConstant FlowequationIsSIAEnum
     573syn keyword cConstant FlowequationIsSSAEnum
     574syn keyword cConstant FlowequationIsL1L2Enum
     575syn keyword cConstant FlowequationIsHOEnum
     576syn keyword cConstant FlowequationIsFSEnum
     577syn keyword cConstant FlowequationFeFSEnum
     578syn keyword cConstant FlowequationFeSSAEnum
    579579syn keyword cConstant FlowequationVertexEquationEnum
    580580syn keyword cConstant FrictionCoefficientEnum
     
    783783syn keyword cConstant BedSlopeYAnalysisEnum
    784784syn keyword cConstant DiagnosticHorizAnalysisEnum
    785 syn keyword cConstant DiagnosticHutterAnalysisEnum
     785syn keyword cConstant DiagnosticSIAAnalysisEnum
    786786syn keyword cConstant DiagnosticSolutionEnum
    787787syn keyword cConstant DiagnosticVertAnalysisEnum
     
    809809syn keyword cConstant ApproximationEnum
    810810syn keyword cConstant NoneApproximationEnum
    811 syn keyword cConstant HutterApproximationEnum
    812 syn keyword cConstant MacAyealApproximationEnum
    813 syn keyword cConstant MacAyealPattynApproximationEnum
    814 syn keyword cConstant MacAyealStokesApproximationEnum
     811syn keyword cConstant SIAApproximationEnum
     812syn keyword cConstant SSAApproximationEnum
     813syn keyword cConstant SSAHOApproximationEnum
     814syn keyword cConstant SSAFSApproximationEnum
    815815syn keyword cConstant L1L2ApproximationEnum
    816 syn keyword cConstant PattynApproximationEnum
    817 syn keyword cConstant PattynStokesApproximationEnum
    818 syn keyword cConstant StokesApproximationEnum
     816syn keyword cConstant HOApproximationEnum
     817syn keyword cConstant HOFSApproximationEnum
     818syn keyword cConstant FSApproximationEnum
    819819syn keyword cConstant ConstraintsEnum
    820820syn keyword cConstant LoadsEnum
     
    851851syn keyword cConstant TransientParamEnum
    852852syn keyword cConstant IceFrontTypeEnum
    853 syn keyword cConstant MacAyeal2dIceFrontEnum
    854 syn keyword cConstant MacAyeal3dIceFrontEnum
     853syn keyword cConstant SSA2dIceFrontEnum
     854syn keyword cConstant SSA3dIceFrontEnum
    855855syn keyword cConstant MaticeEnum
    856856syn keyword cConstant MatdamageiceEnum
     
    861861syn keyword cConstant ParamEnum
    862862syn keyword cConstant L1L2IceFrontEnum
    863 syn keyword cConstant PattynIceFrontEnum
     863syn keyword cConstant HOIceFrontEnum
    864864syn keyword cConstant PengridEnum
    865865syn keyword cConstant PenpairEnum
     
    877877syn keyword cConstant SpcStaticEnum
    878878syn keyword cConstant SpcTransientEnum
    879 syn keyword cConstant StokesIceFrontEnum
     879syn keyword cConstant FSIceFrontEnum
    880880syn keyword cConstant StringArrayParamEnum
    881881syn keyword cConstant StringParamEnum
     
    949949syn keyword cConstant VyPicardEnum
    950950syn keyword cConstant VzEnum
    951 syn keyword cConstant VzMacAyealEnum
    952 syn keyword cConstant VzPattynEnum
     951syn keyword cConstant VzSSAEnum
     952syn keyword cConstant VzHOEnum
    953953syn keyword cConstant VzPicardEnum
    954 syn keyword cConstant VzStokesEnum
     954syn keyword cConstant VzFSEnum
    955955syn keyword cConstant VxMeshEnum
    956956syn keyword cConstant VyMeshEnum
     
    10301030syn keyword cConstant SubelementMigration2Enum
    10311031syn keyword cConstant GLlevelsetEnum
    1032 syn keyword cConstant StokesSolverEnum
     1032syn keyword cConstant FSSolverEnum
    10331033syn keyword cConstant AdjointEnum
    10341034syn keyword cConstant ColinearEnum
Note: See TracChangeset for help on using the changeset viewer.