Index: /issm/trunk-jpl/externalpackages/vim/addons/vim/syntax/Synchronize.sh
===================================================================
--- /issm/trunk-jpl/externalpackages/vim/addons/vim/syntax/Synchronize.sh	(revision 12910)
+++ /issm/trunk-jpl/externalpackages/vim/addons/vim/syntax/Synchronize.sh	(revision 12911)
@@ -15,6 +15,5 @@
 cat c.vim | sed "/ISSM's objects begin/,/vim: ts=8/d" > temp
 echo "\"ISSM's objects begin" >> temp
-cat ../../../../../src/c/objects/objects.h  | grep "\.h" | sed -e "s/\// /g" -e "s/\.h\"//" | awk '{print  $(NF)}' | awk '{ printf "syn keyword cType " $1 "\n"}' >> temp
-echo "\"ISSM's objects end" >> temp
+find ../../../../../src/c/classes -name "*.h" | sed -e "s/\// /g" -e "s/\.h//"| awk '{print  $(NF)}' | awk '{ printf "syn keyword cType " $1 "\n"}'>> temp
 cat c.vim | sed "1,/ISSM's objects end/d" >> temp
 
Index: /issm/trunk-jpl/externalpackages/vim/addons/vim/syntax/c.vim
===================================================================
--- /issm/trunk-jpl/externalpackages/vim/addons/vim/syntax/c.vim	(revision 12910)
+++ /issm/trunk-jpl/externalpackages/vim/addons/vim/syntax/c.vim	(revision 12911)
@@ -411,27 +411,66 @@
 
 "ISSM's objects begin
-syn keyword cType objects.h
-syn keyword cType Object
+syn keyword cType AdjacentTriangle
+syn keyword cType BamgGeom
+syn keyword cType BamgMesh
+syn keyword cType bamgobjects
+syn keyword cType BamgOpts
+syn keyword cType BamgQuadtree
+syn keyword cType BamgVertex
+syn keyword cType CrackedEdge
+syn keyword cType Curve
+syn keyword cType Direction
+syn keyword cType DoubleAndInt
+syn keyword cType Edge
+syn keyword cType GeomEdge
+syn keyword cType Geometry
+syn keyword cType GeomSubDomain
+syn keyword cType GeomVertex
+syn keyword cType include
+syn keyword cType ListofIntersectionTriangles
+syn keyword cType macros
+syn keyword cType Mesh
+syn keyword cType Metric
+syn keyword cType R2
+syn keyword cType SetOfE4
+syn keyword cType SubDomain
+syn keyword cType Triangle
+syn keyword cType typedefs
+syn keyword cType VertexOnEdge
+syn keyword cType VertexOnGeom
+syn keyword cType VertexOnVertex
+syn keyword cType classes
+syn keyword cType DakotaPlugin
+syn keyword cType DofIndexing
+syn keyword cType FemModel
+syn keyword cType gaussobjects
+syn keyword cType GaussPenta
+syn keyword cType GaussTria
 syn keyword cType Hook
-syn keyword cType DofIndexing
-syn keyword cType Vertex
-syn keyword cType Node
-syn keyword cType Segment
 syn keyword cType IoModel
-syn keyword cType Patch
-syn keyword cType Update
+syn keyword cType ExponentialVariogram
+syn keyword cType GaussianVariogram
+syn keyword cType krigingobjects
+syn keyword cType Observation
+syn keyword cType PowerVariogram
+syn keyword cType Quadtree
+syn keyword cType SphericalVariogram
+syn keyword cType Variogram
+syn keyword cType ElementMatrix
+syn keyword cType ElementVector
+syn keyword cType Matrix
+syn keyword cType matrixobjects
+syn keyword cType Vector
 syn keyword cType Constraint
+syn keyword cType SpcDynamic
 syn keyword cType SpcStatic
 syn keyword cType SpcTransient
-syn keyword cType SpcDynamic
-syn keyword cType GaussTria
-syn keyword cType GaussPenta
-syn keyword cType Load
-syn keyword cType Friction
-syn keyword cType Icefront
-syn keyword cType Numericalflux
-syn keyword cType Riftfront
-syn keyword cType Penpair
-syn keyword cType Pengrid
+syn keyword cType Contour
+syn keyword cType BoolElementResult
+syn keyword cType DoubleElementResult
+syn keyword cType ElementResult
+syn keyword cType ElementResultLocal
+syn keyword cType PentaP1ElementResult
+syn keyword cType TriaP1ElementResult
 syn keyword cType Element
 syn keyword cType Penta
@@ -441,7 +480,24 @@
 syn keyword cType TriaHook
 syn keyword cType TriaRef
+syn keyword cType BoolExternalResult
+syn keyword cType DoubleExternalResult
+syn keyword cType DoubleMatExternalResult
+syn keyword cType DoubleVecExternalResult
+syn keyword cType ExternalResult
+syn keyword cType IntExternalResult
+syn keyword cType PetscVecExternalResult
+syn keyword cType StringExternalResult
+syn keyword cType BoolInput
+syn keyword cType ControlInput
+syn keyword cType DatasetInput
+syn keyword cType DoubleInput
+syn keyword cType Input
+syn keyword cType IntInput
+syn keyword cType PentaP1Input
+syn keyword cType TransientInput
+syn keyword cType TriaP1Input
 syn keyword cType KML_Attribute
+syn keyword cType KML_ColorStyle
 syn keyword cType KML_Comment
-syn keyword cType KML_ColorStyle
 syn keyword cType KML_Container
 syn keyword cType KML_Document
@@ -459,6 +515,6 @@
 syn keyword cType KML_Object
 syn keyword cType KML_Overlay
+syn keyword cType KML_Placemark
 syn keyword cType KML_Point
-syn keyword cType KML_Placemark
 syn keyword cType KML_Polygon
 syn keyword cType KML_PolyStyle
@@ -468,819 +524,45 @@
 syn keyword cType KML_Unknown
 syn keyword cType KMLFileReadUtils
-syn keyword cType Option
-syn keyword cType OptionDouble
-syn keyword cType OptionLogical
-syn keyword cType OptionChar
-syn keyword cType OptionStruct
-syn keyword cType OptionCell
-syn keyword cType OptionUtilities
-syn keyword cType Input
-syn keyword cType BoolInput
-syn keyword cType DoubleInput
-syn keyword cType IntInput
-syn keyword cType PentaP1Input
-syn keyword cType TriaP1Input
-syn keyword cType ControlInput
-syn keyword cType DatasetInput
-syn keyword cType TransientInput
-syn keyword cType ElementResult
-syn keyword cType DoubleElementResult
-syn keyword cType TriaP1ElementResult
-syn keyword cType PentaP1ElementResult
-syn keyword cType BoolElementResult
-syn keyword cType ExternalResult
-syn keyword cType BoolExternalResult
-syn keyword cType DoubleExternalResult
-syn keyword cType DoubleVecExternalResult
-syn keyword cType DoubleMatExternalResult
-syn keyword cType IntExternalResult
-syn keyword cType PetscVecExternalResult
-syn keyword cType StringExternalResult
+syn keyword cType Friction
+syn keyword cType Icefront
+syn keyword cType Load
+syn keyword cType Numericalflux
+syn keyword cType Pengrid
+syn keyword cType Penpair
+syn keyword cType Riftfront
 syn keyword cType Material
 syn keyword cType Matice
 syn keyword cType Matpar
-syn keyword cType ElementMatrix
-syn keyword cType ElementVector
-syn keyword cType Vector
-syn keyword cType Matrix
+syn keyword cType Node
+syn keyword cType Object
+syn keyword cType objects
+syn keyword cType Option
+syn keyword cType OptionCell
+syn keyword cType OptionChar
+syn keyword cType OptionDouble
+syn keyword cType OptionLogical
+syn keyword cType OptionStruct
+syn keyword cType OptionUtilities
 syn keyword cType BoolParam
+syn keyword cType DoubleMatArrayParam
 syn keyword cType DoubleMatParam
+syn keyword cType DoubleParam
 syn keyword cType DoubleTransientMatParam
-syn keyword cType DoubleMatArrayParam
-syn keyword cType DoubleParam
 syn keyword cType DoubleVecParam
+syn keyword cType FileParam
+syn keyword cType IntMatParam
 syn keyword cType IntParam
 syn keyword cType IntVecParam
-syn keyword cType IntMatParam
-syn keyword cType FileParam
+syn keyword cType MatrixParam
 syn keyword cType Param
-syn keyword cType MatrixParam
-syn keyword cType VectorParam
 syn keyword cType StringArrayParam
 syn keyword cType StringParam
-syn keyword cType Contour
-syn keyword cType FemModel
+syn keyword cType TransientParam
+syn keyword cType VectorParam
+syn keyword cType Segment
+syn keyword cType Vertex
+syn keyword cType objects
 syn keyword cType OptArgs
 syn keyword cType OptPars
-syn keyword cType BamgOpts
-syn keyword cType BamgGeom
-syn keyword cType BamgMesh
-syn keyword cType Metric
-syn keyword cType DoubleAndInt
-syn keyword cType Direction
-syn keyword cType BamgVertex
-syn keyword cType AdjacentTriangle
-syn keyword cType Edge
-syn keyword cType GeomVertex
-syn keyword cType GeomEdge
-syn keyword cType Curve
-syn keyword cType Triangle
-syn keyword cType ListofIntersectionTriangles
-syn keyword cType GeomSubDomain
-syn keyword cType SubDomain
-syn keyword cType VertexOnGeom
-syn keyword cType VertexOnVertex
-syn keyword cType VertexOnEdge
-syn keyword cType CrackedEdge
-syn keyword cType Mesh
-syn keyword cType Geometry
-syn keyword cType BamgQuadtree
-syn keyword cType SetOfE4
-syn keyword cType Variogram
-syn keyword cType GaussianVariogram
-syn keyword cType ExponentialVariogram
-syn keyword cType SphericalVariogram
-syn keyword cType PowerVariogram
-syn keyword cType Quadtree
-syn keyword cType Observation
-"ISSM's objects end
-
-"ISSM's Enums begin
-syn keyword cConstant AutodiffForwardEnum
-syn keyword cConstant AutodiffIsautodiffEnum
-syn keyword cConstant AutodiffReverseEnum
-syn keyword cConstant BalancethicknessSpcthicknessEnum
-syn keyword cConstant BalancethicknessStabilizationEnum
-syn keyword cConstant BalancethicknessThickeningRateEnum
-syn keyword cConstant BasalforcingsGeothermalfluxEnum
-syn keyword cConstant BasalforcingsMeltingRateCorrectionEnum
-syn keyword cConstant BasalforcingsMeltingRateEnum
-syn keyword cConstant BathymetryEnum
-syn keyword cConstant BedEnum
-syn keyword cConstant ConstantsGEnum
-syn keyword cConstant ConstantsReferencetemperatureEnum
-syn keyword cConstant ConstantsYtsEnum
-syn keyword cConstant DiagnosticAbstolEnum
-syn keyword cConstant DiagnosticIcefrontEnum
-syn keyword cConstant DiagnosticIsnewtonEnum
-syn keyword cConstant DiagnosticMaxiterEnum
-syn keyword cConstant DiagnosticNumRequestedOutputsEnum
-syn keyword cConstant DiagnosticPenaltyFactorEnum
-syn keyword cConstant DiagnosticReferentialEnum
-syn keyword cConstant DiagnosticReltolEnum
-syn keyword cConstant DiagnosticRequestedOutputsEnum
-syn keyword cConstant DiagnosticRestolEnum
-syn keyword cConstant DiagnosticRiftPenaltyLockEnum
-syn keyword cConstant DiagnosticRiftPenaltyThresholdEnum
-syn keyword cConstant DiagnosticShelfDampeningEnum
-syn keyword cConstant DiagnosticSpcvxEnum
-syn keyword cConstant DiagnosticSpcvyEnum
-syn keyword cConstant DiagnosticSpcvzEnum
-syn keyword cConstant DiagnosticStokesreconditioningEnum
-syn keyword cConstant DiagnosticVertexPairingEnum
-syn keyword cConstant DiagnosticViscosityOvershootEnum
-syn keyword cConstant FlowequationBordermacayealEnum
-syn keyword cConstant FlowequationBorderpattynEnum
-syn keyword cConstant FlowequationBorderstokesEnum
-syn keyword cConstant FlowequationElementEquationEnum
-syn keyword cConstant FlowequationIshutterEnum
-syn keyword cConstant FlowequationIsmacayealpattynEnum
-syn keyword cConstant FlowequationIsstokesEnum
-syn keyword cConstant FlowequationVertexEquationEnum
-syn keyword cConstant FrictionCoefficientEnum
-syn keyword cConstant FrictionPEnum
-syn keyword cConstant FrictionQEnum
-syn keyword cConstant GeometryHydrostaticRatioEnum
-syn keyword cConstant HydrologyCREnum
-syn keyword cConstant HydrologyKnEnum
-syn keyword cConstant HydrologyNEnum
-syn keyword cConstant HydrologyPEnum
-syn keyword cConstant HydrologyQEnum
-syn keyword cConstant HydrologySpcwatercolumnEnum
-syn keyword cConstant HydrologyStabilizationEnum
-syn keyword cConstant InversionControlParametersEnum
-syn keyword cConstant InversionCostFunctionEnum
-syn keyword cConstant InversionCostFunctionThresholdEnum
-syn keyword cConstant InversionCostFunctionsCoefficientsEnum
-syn keyword cConstant InversionCostFunctionsEnum
-syn keyword cConstant InversionGradientOnlyEnum
-syn keyword cConstant InversionGradientScalingEnum
-syn keyword cConstant InversionIscontrolEnum
-syn keyword cConstant InversionTaoEnum
-syn keyword cConstant InversionIncompleteAdjointEnum
-syn keyword cConstant InversionMaxParametersEnum
-syn keyword cConstant InversionMaxiterPerStepEnum
-syn keyword cConstant InversionMinParametersEnum
-syn keyword cConstant InversionNstepsEnum
-syn keyword cConstant InversionNumControlParametersEnum
-syn keyword cConstant InversionNumCostFunctionsEnum
-syn keyword cConstant InversionStepThresholdEnum
-syn keyword cConstant InversionThicknessObsEnum
-syn keyword cConstant InversionVelObsEnum
-syn keyword cConstant InversionVxObsEnum
-syn keyword cConstant InversionVyObsEnum
-syn keyword cConstant InversionVzObsEnum
-syn keyword cConstant MaskElementonfloatingiceEnum
-syn keyword cConstant MaskElementongroundediceEnum
-syn keyword cConstant MaskElementonwaterEnum
-syn keyword cConstant MaskVertexonfloatingiceEnum
-syn keyword cConstant MaskVertexongroundediceEnum
-syn keyword cConstant MaskVertexonwaterEnum
-syn keyword cConstant MaterialsBetaEnum
-syn keyword cConstant MaterialsHeatcapacityEnum
-syn keyword cConstant MaterialsLatentheatEnum
-syn keyword cConstant MaterialsMeltingpointEnum
-syn keyword cConstant MaterialsMixedLayerCapacityEnum
-syn keyword cConstant MaterialsRheologyBEnum
-syn keyword cConstant MaterialsRheologyBbarEnum
-syn keyword cConstant MaterialsRheologyLawEnum
-syn keyword cConstant MaterialsRheologyNEnum
-syn keyword cConstant MaterialsRhoIceEnum
-syn keyword cConstant MaterialsRhoWaterEnum
-syn keyword cConstant MaterialsRhoFreshwaterEnum
-syn keyword cConstant MaterialsMuWaterEnum
-syn keyword cConstant MaterialsThermalExchangeVelocityEnum
-syn keyword cConstant MaterialsThermalconductivityEnum
-syn keyword cConstant MeshAverageVertexConnectivityEnum
-syn keyword cConstant MeshDimensionEnum
-syn keyword cConstant MeshEdgesEnum
-syn keyword cConstant MeshElementconnectivityEnum
-syn keyword cConstant MeshElementonbedEnum
-syn keyword cConstant MeshElementonsurfaceEnum
-syn keyword cConstant MeshElements2dEnum
-syn keyword cConstant MeshElementsEnum
-syn keyword cConstant MeshLowerelementsEnum
-syn keyword cConstant MeshNumberofedgesEnum
-syn keyword cConstant MeshNumberofelements2dEnum
-syn keyword cConstant MeshNumberofelementsEnum
-syn keyword cConstant MeshNumberoflayersEnum
-syn keyword cConstant MeshNumberofvertices2dEnum
-syn keyword cConstant MeshNumberofverticesEnum
-syn keyword cConstant MeshUpperelementsEnum
-syn keyword cConstant MeshVertexonbedEnum
-syn keyword cConstant MeshVertexonsurfaceEnum
-syn keyword cConstant MeshXEnum
-syn keyword cConstant MeshYEnum
-syn keyword cConstant MeshZEnum
-syn keyword cConstant MiscellaneousNameEnum
-syn keyword cConstant PrognosticHydrostaticAdjustmentEnum
-syn keyword cConstant PrognosticMinThicknessEnum
-syn keyword cConstant PrognosticPenaltyFactorEnum
-syn keyword cConstant PrognosticSpcthicknessEnum
-syn keyword cConstant PrognosticStabilizationEnum
-syn keyword cConstant PrognosticVertexPairingEnum
-syn keyword cConstant QmuIsdakotaEnum
-syn keyword cConstant QmuMassFluxSegmentsEnum
-syn keyword cConstant QmuNumberofpartitionsEnum
-syn keyword cConstant QmuNumberofresponsesEnum
-syn keyword cConstant QmuPartitionEnum
-syn keyword cConstant QmuResponsedescriptorsEnum
-syn keyword cConstant QmuVariabledescriptorsEnum
-syn keyword cConstant RiftsNumriftsEnum
-syn keyword cConstant RiftsRiftstructEnum
-syn keyword cConstant SettingsIoGatherEnum
-syn keyword cConstant SettingsLowmemEnum
-syn keyword cConstant SettingsOutputFrequencyEnum
-syn keyword cConstant SettingsResultsAsPatchesEnum
-syn keyword cConstant SettingsWaitonlockEnum
-syn keyword cConstant SurfaceforcingsDelta18oEnum
-syn keyword cConstant SurfaceforcingsDelta18oTemperaturesPresentdayEnum
-syn keyword cConstant SurfaceforcingsDelta18oTemperaturesLgmEnum
-syn keyword cConstant SurfaceforcingsDelta18oSurfaceEnum
-syn keyword cConstant SurfaceforcingsIsdelta18oEnum
-syn keyword cConstant SurfaceforcingsPrecipitationsPresentdayEnum
-syn keyword cConstant DebugProfilingEnum
-syn keyword cConstant ProfilingCurrentMemEnum
-syn keyword cConstant ProfilingCurrentFlopsEnum
-syn keyword cConstant ProfilingSolutionTimeEnum
-syn keyword cConstant MaxIterationConvergenceFlagEnum
-syn keyword cConstant SteadystateMaxiterEnum
-syn keyword cConstant SteadystateNumRequestedOutputsEnum
-syn keyword cConstant SteadystateReltolEnum
-syn keyword cConstant SteadystateRequestedOutputsEnum
-syn keyword cConstant SurfaceEnum
-syn keyword cConstant SurfaceforcingsPrecipitationEnum
-syn keyword cConstant SurfaceforcingsMassBalanceEnum
-syn keyword cConstant ThermalMaxiterEnum
-syn keyword cConstant ThermalPenaltyFactorEnum
-syn keyword cConstant ThermalPenaltyLockEnum
-syn keyword cConstant ThermalPenaltyThresholdEnum
-syn keyword cConstant ThermalSpctemperatureEnum
-syn keyword cConstant ThermalStabilizationEnum
-syn keyword cConstant ThermalIsenthalpyEnum
-syn keyword cConstant ThicknessEnum
-syn keyword cConstant TimesteppingStartTimeEnum
-syn keyword cConstant TimesteppingFinalTimeEnum
-syn keyword cConstant TimesteppingCflCoefficientEnum
-syn keyword cConstant TimesteppingTimeAdaptEnum
-syn keyword cConstant TimesteppingTimeStepEnum
-syn keyword cConstant TransientIsdiagnosticEnum
-syn keyword cConstant TransientIsgroundinglineEnum
-syn keyword cConstant TransientIsprognosticEnum
-syn keyword cConstant TransientIsthermalEnum
-syn keyword cConstant TransientNumRequestedOutputsEnum
-syn keyword cConstant TransientRequestedOutputsEnum
-syn keyword cConstant SolutionTypeEnum
-syn keyword cConstant AnalysisTypeEnum
-syn keyword cConstant ConfigurationTypeEnum
-syn keyword cConstant AdjointBalancethicknessAnalysisEnum
-syn keyword cConstant AdjointHorizAnalysisEnum
-syn keyword cConstant AdjointSolutionEnum
-syn keyword cConstant AnalysisCounterEnum
-syn keyword cConstant BalancethicknessAnalysisEnum
-syn keyword cConstant BalancethicknessSolutionEnum
-syn keyword cConstant BedSlopeAnalysisEnum
-syn keyword cConstant BedSlopeSolutionEnum
-syn keyword cConstant BedSlopeXAnalysisEnum
-syn keyword cConstant BedSlopeYAnalysisEnum
-syn keyword cConstant DiagnosticHorizAnalysisEnum
-syn keyword cConstant DiagnosticHutterAnalysisEnum
-syn keyword cConstant DiagnosticSolutionEnum
-syn keyword cConstant DiagnosticVertAnalysisEnum
-syn keyword cConstant EnthalpyAnalysisEnum
-syn keyword cConstant EnthalpySolutionEnum
-syn keyword cConstant FlaimAnalysisEnum
-syn keyword cConstant FlaimSolutionEnum
-syn keyword cConstant HydrologyAnalysisEnum
-syn keyword cConstant HydrologySolutionEnum
-syn keyword cConstant MeltingAnalysisEnum
-syn keyword cConstant NoneAnalysisEnum
-syn keyword cConstant PrognosticAnalysisEnum
-syn keyword cConstant PrognosticSolutionEnum
-syn keyword cConstant SteadystateSolutionEnum
-syn keyword cConstant SurfaceSlopeAnalysisEnum
-syn keyword cConstant SurfaceSlopeSolutionEnum
-syn keyword cConstant SurfaceSlopeXAnalysisEnum
-syn keyword cConstant SurfaceSlopeYAnalysisEnum
-syn keyword cConstant ThermalAnalysisEnum
-syn keyword cConstant ThermalSolutionEnum
-syn keyword cConstant TransientSolutionEnum
-syn keyword cConstant ApproximationEnum
-syn keyword cConstant HutterApproximationEnum
-syn keyword cConstant MacAyealApproximationEnum
-syn keyword cConstant MacAyealPattynApproximationEnum
-syn keyword cConstant MacAyealStokesApproximationEnum
-syn keyword cConstant NoneApproximationEnum
-syn keyword cConstant PattynApproximationEnum
-syn keyword cConstant PattynStokesApproximationEnum
-syn keyword cConstant StokesApproximationEnum
-syn keyword cConstant ConstraintsEnum
-syn keyword cConstant LoadsEnum
-syn keyword cConstant MaterialsEnum
-syn keyword cConstant NodesEnum
-syn keyword cConstant ParametersEnum
-syn keyword cConstant VerticesEnum
-syn keyword cConstant ResultsEnum
-syn keyword cConstant BoolInputEnum
-syn keyword cConstant BoolParamEnum
-syn keyword cConstant ContourEnum
-syn keyword cConstant ControlInputEnum
-syn keyword cConstant DatasetInputEnum
-syn keyword cConstant DofIndexingEnum
-syn keyword cConstant DoubleInputEnum
-syn keyword cConstant DoubleMatArrayParamEnum
-syn keyword cConstant DoubleMatParamEnum
-syn keyword cConstant DoubleParamEnum
-syn keyword cConstant DoubleVecParamEnum
-syn keyword cConstant ElementEnum
-syn keyword cConstant ElementResultEnum
-syn keyword cConstant ExternalResultEnum
-syn keyword cConstant FileParamEnum
-syn keyword cConstant HookEnum
-syn keyword cConstant IcefrontEnum
-syn keyword cConstant InputEnum
-syn keyword cConstant IntInputEnum
-syn keyword cConstant IntParamEnum
-syn keyword cConstant IntVecParamEnum
-syn keyword cConstant TransientParamEnum
-syn keyword cConstant MacAyeal2dIceFrontEnum
-syn keyword cConstant MacAyeal3dIceFrontEnum
-syn keyword cConstant MaticeEnum
-syn keyword cConstant MatparEnum
-syn keyword cConstant NodeEnum
-syn keyword cConstant NumericalfluxEnum
-syn keyword cConstant ParamEnum
-syn keyword cConstant PattynIceFrontEnum
-syn keyword cConstant PengridEnum
-syn keyword cConstant PenpairEnum
-syn keyword cConstant PentaEnum
-syn keyword cConstant PentaP1InputEnum
-syn keyword cConstant MatrixParamEnum
-syn keyword cConstant VectorParamEnum
-syn keyword cConstant RiftfrontEnum
-syn keyword cConstant SegmentEnum
-syn keyword cConstant SegmentRiftfrontEnum
-syn keyword cConstant SpcDynamicEnum
-syn keyword cConstant SpcStaticEnum
-syn keyword cConstant SpcTransientEnum
-syn keyword cConstant StokesIceFrontEnum
-syn keyword cConstant StringArrayParamEnum
-syn keyword cConstant StringParamEnum
-syn keyword cConstant TriaEnum
-syn keyword cConstant TriaP1InputEnum
-syn keyword cConstant VertexEnum
-syn keyword cConstant AirEnum
-syn keyword cConstant IceEnum
-syn keyword cConstant MelangeEnum
-syn keyword cConstant WaterEnum
-syn keyword cConstant ClosedEnum
-syn keyword cConstant FreeEnum
-syn keyword cConstant OpenEnum
-syn keyword cConstant AdjointpEnum
-syn keyword cConstant AdjointxEnum
-syn keyword cConstant AdjointyEnum
-syn keyword cConstant AdjointzEnum
-syn keyword cConstant BedSlopeXEnum
-syn keyword cConstant BedSlopeYEnum
-syn keyword cConstant BoundaryEnum
-syn keyword cConstant ConstantEnum
-syn keyword cConstant ConvergedEnum
-syn keyword cConstant ExtToIuEnum
-syn keyword cConstant FillEnum
-syn keyword cConstant FractionIncrementEnum
-syn keyword cConstant FrictionEnum
-syn keyword cConstant GroundinglineMeltingRateEnum
-syn keyword cConstant InternalEnum
-syn keyword cConstant IuToExtEnum
-syn keyword cConstant MassFluxEnum
-syn keyword cConstant MaxPenetrationEnum
-syn keyword cConstant MeltingOffsetEnum
-syn keyword cConstant MisfitEnum
-syn keyword cConstant NumberNodeToElementConnectivityEnum
-syn keyword cConstant PressureEnum
-syn keyword cConstant PressurePicardEnum
-syn keyword cConstant QmuPressureEnum
-syn keyword cConstant QmuVxEnum
-syn keyword cConstant QmuVyEnum
-syn keyword cConstant QmuVzEnum
-syn keyword cConstant QmuThicknessEnum
-syn keyword cConstant QmuBedEnum
-syn keyword cConstant QmuSurfaceEnum
-syn keyword cConstant QmuMeltingEnum
-syn keyword cConstant ResetPenaltiesEnum
-syn keyword cConstant SegmentOnIceShelfEnum
-syn keyword cConstant SurfaceAbsVelMisfitEnum
-syn keyword cConstant SurfaceAreaEnum
-syn keyword cConstant SurfaceAverageVelMisfitEnum
-syn keyword cConstant SurfaceLogVelMisfitEnum
-syn keyword cConstant SurfaceLogVxVyMisfitEnum
-syn keyword cConstant SurfaceRelVelMisfitEnum
-syn keyword cConstant SurfaceSlopeXEnum
-syn keyword cConstant SurfaceSlopeYEnum
-syn keyword cConstant TemperatureEnum
-syn keyword cConstant TemperatureOldEnum
-syn keyword cConstant TemperaturePicardEnum
-syn keyword cConstant ThicknessAbsMisfitEnum
-syn keyword cConstant TypeEnum
-syn keyword cConstant VelEnum
-syn keyword cConstant VelocityEnum
-syn keyword cConstant VxAverageEnum
-syn keyword cConstant VxEnum
-syn keyword cConstant VxPicardEnum
-syn keyword cConstant VyAverageEnum
-syn keyword cConstant VyEnum
-syn keyword cConstant VyPicardEnum
-syn keyword cConstant VzEnum
-syn keyword cConstant VzMacAyealEnum
-syn keyword cConstant VzPattynEnum
-syn keyword cConstant VzPicardEnum
-syn keyword cConstant VzStokesEnum
-syn keyword cConstant VxMeshEnum
-syn keyword cConstant VyMeshEnum
-syn keyword cConstant VzMeshEnum
-syn keyword cConstant EnthalpyEnum
-syn keyword cConstant EnthalpyPicardEnum
-syn keyword cConstant ThicknessAbsGradientEnum
-syn keyword cConstant StepResponsesEnum
-syn keyword cConstant IntMatParamEnum
-syn keyword cConstant RheologyBbarAbsGradientEnum
-syn keyword cConstant DragCoefficientAbsGradientEnum
-syn keyword cConstant TransientInputEnum
-syn keyword cConstant OutputfilenameEnum
-syn keyword cConstant WaterfractionEnum
-syn keyword cConstant WatercolumnEnum
-syn keyword cConstant BasalFrictionEnum
-syn keyword cConstant ViscousHeatingEnum
-syn keyword cConstant QmuTemperatureEnum
-syn keyword cConstant HydrologyWaterVxEnum
-syn keyword cConstant HydrologyWaterVyEnum
-syn keyword cConstant StressTensorEnum
-syn keyword cConstant StressTensorxxEnum
-syn keyword cConstant StressTensorxyEnum
-syn keyword cConstant StressTensorxzEnum
-syn keyword cConstant StressTensoryyEnum
-syn keyword cConstant StressTensoryzEnum
-syn keyword cConstant StressTensorzzEnum
-syn keyword cConstant IceVolumeEnum
-syn keyword cConstant TotalSmbEnum
-syn keyword cConstant P0Enum
-syn keyword cConstant P1Enum
-syn keyword cConstant P1DGEnum
-syn keyword cConstant SaveResultsEnum
-syn keyword cConstant BoolElementResultEnum
-syn keyword cConstant BoolExternalResultEnum
-syn keyword cConstant DoubleElementResultEnum
-syn keyword cConstant DoubleExternalResultEnum
-syn keyword cConstant DoubleMatExternalResultEnum
-syn keyword cConstant DoubleVecExternalResultEnum
-syn keyword cConstant IntExternalResultEnum
-syn keyword cConstant JEnum
-syn keyword cConstant PatchEnum
-syn keyword cConstant PatchNodesEnum
-syn keyword cConstant PatchVerticesEnum
-syn keyword cConstant PentaP1ElementResultEnum
-syn keyword cConstant PetscVecExternalResultEnum
-syn keyword cConstant StringExternalResultEnum
-syn keyword cConstant StepEnum
-syn keyword cConstant TimeEnum
-syn keyword cConstant TriaP1ElementResultEnum
-syn keyword cConstant WaterColumnOldEnum
-syn keyword cConstant MinVelEnum
-syn keyword cConstant MaxVelEnum
-syn keyword cConstant MinVxEnum
-syn keyword cConstant MaxVxEnum
-syn keyword cConstant MaxAbsVxEnum
-syn keyword cConstant MinVyEnum
-syn keyword cConstant MaxVyEnum
-syn keyword cConstant MaxAbsVyEnum
-syn keyword cConstant MinVzEnum
-syn keyword cConstant MaxVzEnum
-syn keyword cConstant MaxAbsVzEnum
-syn keyword cConstant RelativeEnum
-syn keyword cConstant AbsoluteEnum
-syn keyword cConstant IncrementalEnum
-syn keyword cConstant AgressiveMigrationEnum
-syn keyword cConstant NoneEnum
-syn keyword cConstant SoftMigrationEnum
-syn keyword cConstant StokesSolverEnum
-syn keyword cConstant AdjointEnum
-syn keyword cConstant ColinearEnum
-syn keyword cConstant ControlSteadyEnum
-syn keyword cConstant FsetEnum
-syn keyword cConstant Gradient1Enum
-syn keyword cConstant Gradient2Enum
-syn keyword cConstant Gradient3Enum
-syn keyword cConstant GradientEnum
-syn keyword cConstant GroundinglineMigrationEnum
-syn keyword cConstant GsetEnum
-syn keyword cConstant IndexEnum
-syn keyword cConstant IndexedEnum
-syn keyword cConstant IntersectEnum
-syn keyword cConstant NodalEnum
-syn keyword cConstant OldGradientEnum
-syn keyword cConstant OutputFilePointerEnum
-syn keyword cConstant PetscOptionsAnalysesEnum
-syn keyword cConstant PetscOptionsStringsEnum
-syn keyword cConstant QmuErrNameEnum
-syn keyword cConstant QmuInNameEnum
-syn keyword cConstant QmuOutNameEnum
-syn keyword cConstant RegularEnum
-syn keyword cConstant ScaledEnum
-syn keyword cConstant SeparateEnum
-syn keyword cConstant SsetEnum
-syn keyword cConstant VerboseEnum
-syn keyword cConstant TriangleInterpEnum
-syn keyword cConstant BilinearInterpEnum
-syn keyword cConstant NearestInterpEnum
-syn keyword cConstant XYEnum
-syn keyword cConstant XYZPEnum
-syn keyword cConstant OptionEnum
-syn keyword cConstant OptionCellEnum
-syn keyword cConstant OptionCharEnum
-syn keyword cConstant OptionStructEnum
-syn keyword cConstant OptionDoubleEnum
-syn keyword cConstant OptionLogicalEnum
-syn keyword cConstant PatersonEnum
-syn keyword cConstant ArrheniusEnum
-"ISSM's Enums end
-"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
-
-if !exists("c_no_ansi") || exists("c_ansi_typedefs")
-  syn keyword   cType		size_t ssize_t wchar_t ptrdiff_t sig_atomic_t fpos_t
-  syn keyword   cType		clock_t time_t va_list jmp_buf FILE DIR div_t ldiv_t
-  syn keyword   cType		mbstate_t wctrans_t wint_t wctype_t
-  syn keyword   cType		lldiv_t float_t double_t fenv_t fexcept_t
-endif
-if !exists("c_no_c99") " ISO C99
-  syn keyword	cType		bool complex imaginary
-  syn keyword	cType		int8_t int16_t int32_t int64_t
-  syn keyword	cType		uint8_t uint16_t uint32_t uint64_t
-  syn keyword	cType		int_least8_t int_least16_t int_least32_t int_least64_t
-  syn keyword	cType		uint_least8_t uint_least16_t uint_least32_t uint_least64_t
-  syn keyword	cType		int_fast8_t int_fast16_t int_fast32_t int_fast64_t
-  syn keyword	cType		uint_fast8_t uint_fast16_t uint_fast32_t uint_fast64_t
-  syn keyword	cType		intptr_t uintptr_t
-  syn keyword	cType		intmax_t uintmax_t
-endif
-if exists("c_gnu")
-  syn keyword	cType		__label__ __complex__ __volatile__
-endif
-
-syn keyword	cStructure	struct union enum typedef
-syn keyword	cStorageClass	static register auto volatile extern const VOL
-if exists("c_gnu")
-  syn keyword	cStorageClass	inline __attribute__
-endif
-if !exists("c_no_c99")
-  syn keyword	cStorageClass	inline restrict
-endif
-
-if !exists("c_no_ansi") || exists("c_ansi_constants") || exists("c_gnu")
-  if exists("c_gnu")
-    syn keyword cConstant __GNUC__ __FUNCTION__ __PRETTY_FUNCTION__
-  endif
-  syn keyword cConstant __LINE__ __FILE__ __DATE__ __TIME__ __STDC__ __func__
-  syn keyword cConstant __STDC_VERSION__
-  syn keyword cConstant CHAR_BIT MB_LEN_MAX MB_CUR_MAX
-  syn keyword cConstant UCHAR_MAX UINT_MAX ULONG_MAX USHRT_MAX
-  syn keyword cConstant CHAR_MIN INT_MIN LONG_MIN SHRT_MIN
-  syn keyword cConstant CHAR_MAX INT_MAX LONG_MAX SHRT_MAX
-  syn keyword cConstant SCHAR_MIN SINT_MIN SLONG_MIN SSHRT_MIN
-  syn keyword cConstant SCHAR_MAX SINT_MAX SLONG_MAX SSHRT_MAX
-  if !exists("c_no_c99")
-    syn keyword cConstant LLONG_MIN LLONG_MAX ULLONG_MAX
-    syn keyword cConstant INT8_MIN INT16_MIN INT32_MIN INT64_MIN
-    syn keyword cConstant INT8_MAX INT16_MAX INT32_MAX INT64_MAX
-    syn keyword cConstant UINT8_MAX UINT16_MAX UINT32_MAX UINT64_MAX
-    syn keyword cConstant INT_LEAST8_MIN INT_LEAST16_MIN INT_LEAST32_MIN INT_LEAST64_MIN
-    syn keyword cConstant INT_LEAST8_MAX INT_LEAST16_MAX INT_LEAST32_MAX INT_LEAST64_MAX
-    syn keyword cConstant UINT_LEAST8_MAX UINT_LEAST16_MAX UINT_LEAST32_MAX UINT_LEAST64_MAX
-    syn keyword cConstant INT_FAST8_MIN INT_FAST16_MIN INT_FAST32_MIN INT_FAST64_MIN
-    syn keyword cConstant INT_FAST8_MAX INT_FAST16_MAX INT_FAST32_MAX INT_FAST64_MAX
-    syn keyword cConstant UINT_FAST8_MAX UINT_FAST16_MAX UINT_FAST32_MAX UINT_FAST64_MAX
-    syn keyword cConstant INTPTR_MIN INTPTR_MAX UINTPTR_MAX
-    syn keyword cConstant INTMAX_MIN INTMAX_MAX UINTMAX_MAX
-    syn keyword cConstant PTRDIFF_MIN PTRDIFF_MAX SIG_ATOMIC_MIN SIG_ATOMIC_MAX
-    syn keyword cConstant SIZE_MAX WCHAR_MIN WCHAR_MAX WINT_MIN WINT_MAX
-  endif
-  syn keyword cConstant FLT_RADIX FLT_ROUNDS
-  syn keyword cConstant FLT_DIG FLT_MANT_DIG FLT_EPSILON
-  syn keyword cConstant DBL_DIG DBL_MANT_DIG DBL_EPSILON
-  syn keyword cConstant LDBL_DIG LDBL_MANT_DIG LDBL_EPSILON
-  syn keyword cConstant FLT_MIN FLT_MAX FLT_MIN_EXP FLT_MAX_EXP
-  syn keyword cConstant FLT_MIN_10_EXP FLT_MAX_10_EXP
-  syn keyword cConstant DBL_MIN DBL_MAX DBL_MIN_EXP DBL_MAX_EXP
-  syn keyword cConstant DBL_MIN_10_EXP DBL_MAX_10_EXP
-  syn keyword cConstant LDBL_MIN LDBL_MAX LDBL_MIN_EXP LDBL_MAX_EXP
-  syn keyword cConstant LDBL_MIN_10_EXP LDBL_MAX_10_EXP
-  syn keyword cConstant HUGE_VAL CLOCKS_PER_SEC NULL _NO_LEAP_SECONDS _LOCALTIME
-  syn keyword cConstant LC_ALL LC_COLLATE LC_CTYPE LC_MONETARY
-  syn keyword cConstant LC_NUMERIC LC_TIME
-" syn keyword cConstant SIG_DFL SIG_ERR SIG_IGN
-  syn keyword cAnsiFuncPtr SIG_DFL SIG_ERR SIG_IGN
-  syn keyword cConstant SIGABRT SIGFPE SIGILL SIGHUP SIGINT SIGSEGV SIGTERM
-  syn keyword cConstant INFINITY     FP_SUBNORMAL FP_ILOGB0
-  syn keyword cConstant NAN          FP_ZERO      FP_ILOGBNAN
-  syn keyword cConstant FP_INFINITE  FP_FAST_FMA
-  syn keyword cConstant HUGE_VALF    FP_NAN       FP_FAST_FMAF
-  syn keyword cConstant HUGE_VALL    FP_NORMAL    FP_FAST_FMAL
-  syn keyword cConstant FE_OVERFLOW      FE_TOWARDZERO
-  syn keyword cConstant FE_UNDERFLOW     FE_UPWARD
-  syn keyword cConstant FE_DIVBYZERO     FE_ALL_EXCEPT    FE_DFL_ENV
-  syn keyword cConstant FE_INEXACT       FE_DOWNWARD
-  syn keyword cConstant FE_INVALID       FE_TONEAREST
-  syn keyword cConstant	_Complex_I _Imaginary_I 
-  " Add POSIX signals as well...
-  syn keyword cConstant SIGABRT SIGALRM SIGCHLD SIGCONT SIGFPE SIGHUP
-  syn keyword cConstant SIGILL SIGINT SIGKILL SIGPIPE SIGQUIT SIGSEGV
-  syn keyword cConstant SIGSTOP SIGTERM SIGTRAP SIGTSTP SIGTTIN SIGTTOU
-  syn keyword cConstant SIGUSR1 SIGUSR2
-  syn keyword cConstant _IOFBF _IOLBF _IONBF BUFSIZ EOF WEOF
-  syn keyword cConstant FOPEN_MAX FILENAME_MAX L_tmpnam
-  syn keyword cConstant SEEK_CUR SEEK_END SEEK_SET
-  syn keyword cConstant TMP_MAX stderr stdin stdout
-  syn keyword cConstant EXIT_FAILURE EXIT_SUCCESS RAND_MAX
-  " Add POSIX errors as well
-  syn keyword cConstant E2BIG EACCES EAGAIN EBADF EBADMSG EBUSY
-  syn keyword cConstant ECANCELED ECHILD EDEADLK EDOM EEXIST EFAULT
-  syn keyword cConstant EFBIG EILSEQ EINPROGRESS EINTR EINVAL EIO EISDIR
-  syn keyword cConstant EMFILE EMLINK EMSGSIZE ENAMETOOLONG ENFILE ENODEV
-  syn keyword cConstant ENOENT ENOEXEC ENOLCK ENOMEM ENOSPC ENOSYS
-  syn keyword cConstant ENOTDIR ENOTEMPTY ENOTSUP ENOTTY ENXIO EPERM
-  syn keyword cConstant EPIPE ERANGE EROFS ESPIPE ESRCH ETIMEDOUT EXDEV
-  " math.h
-  syn keyword cConstant M_E M_LOG2E M_LOG10E M_LN2 M_LN10 M_PI M_PI_2 M_PI_4
-  syn keyword cConstant M_1_PI M_2_PI M_2_SQRTPI M_SQRT2 M_SQRT1_2
-endif
-if !exists("c_no_c99") " ISO C99
-  syn keyword cConstant true false __bool_true_false_are_defined
-endif
-
-" Accept %: for # (C99)
-syn region	cPreCondit	start="^\s*\(%:\|#\)\s*\(ifdef\|ifndef\)\>" skip="\\$" end="$" end="//"me=s-1 contains=cComment,cCppString,cCharacter,cCppParen,cParenError,cNumbers,cCommentError,cSpaceError
-syn keyword	cDefined	defined contained
-"syn match	cDefined	display contained "\<defined(\w\+)" contains=cName,cAnsiName
-syn region	cPreConditIf	start="^\s*\(%:\|#\)\s*\(if\|elif\)\>" skip="\\$" end="$" end="//"me=s-1 contains=cDefined,cComment,cCppString,cCharacter,cCppParen,cParenError,cNumbers,cCommentError,cSpaceError
-syn match	cPreCondit	display "^\s*\(%:\|#\)\s*\(else\|endif\)\>"
-if !exists("c_no_if0")
-  syn region	cCppOut		start="^\s*\(%:\|#\)\s*if\s\+0\+\>" end=".\@=\|$" contains=cCppOut2
-  syn region	cCppOut2	contained start="0" end="^\s*\(%:\|#\)\s*\(endif\>\|else\>\|elif\>\)" contains=cSpaceError,cCppSkip
-  syn region	cCppSkip	contained start="^\s*\(%:\|#\)\s*\(if\>\|ifdef\>\|ifndef\>\)" skip="\\$" end="^\s*\(%:\|#\)\s*endif\>" contains=cSpaceError,cCppSkip
-endif
-syn region	cIncluded	display contained start=+"+ skip=+\\\\\|\\"+ end=+"+
-syn match	cIncluded	display contained "<[^>]*>"
-syn match	cInclude	display "^\s*\(%:\|#\)\s*include\>\s*["<]" contains=cIncluded
-syn match cLineSkip	"\\$"
-syn cluster	cPreProcGroup	contains=cPreConditIf,cPreCondit,cIncluded,cInclude,cDefined,cDefine,cErrInParen,cErrInBracket,cUserLabel,cUserLabel2,cGotoLabel,cSpecial,cOctalZero,cCppOut,cCppOut2,cCppSkip,cFormat,cNumber,cFloat,cOctal,cOctalError,cNumbersCom,cString,cCommentSkip,cCommentString,cComment2String,@cCommentGroup,cCommentStartError,cParen,cBracket,cMulti
-"syn region	cDefine		start="^\s*\(%:\|#\)\s*\(define\|undef\)\>" skip="\\$" end="$" end="//"me=s-1 contains=ALLBUT,@cPreProcGroup,@Spell
-syn region	cDefine		start="^\s*\(%:\|#\)\s*\(define\|undef\)\>" skip="\\$" end="$" end="//"me=s-1 contains=ALLBUT,@cPreProcGroup,cName,cFunction,cAnsiFunction,@Spell
-syn region	cPreProc	start="^\s*\(%:\|#\)\s*\(pragma\>\|line\>\|warning\>\|warn\>\|error\>\)" skip="\\$" end="$" keepend contains=ALLBUT,@cPreProcGroup,@Spell
-
-" Highlight User Labels
-syn cluster	cMultiGroup	contains=cIncluded,cSpecial,cCommentSkip,cCommentString,cComment2String,@cCommentGroup,cCommentStartError,cUserCont,cUserLabel,cUserLabel2,cGotoLabel,cBitField,cOctalZero,cCppOut,cCppOut2,cCppSkip,cFormat,cNumber,cFloat,cOctal,cOctalError,cNumbersCom,cCppParen,cCppBracket,cCppString
-syn region	cMulti		transparent start='?' skip='::' end=':' contains=ALLBUT,@cMultiGroup,@Spell
-" Avoid matching foo::bar() in C++ by requiring that the next char is not ':'
-syn cluster	cLabelGroup	contains=cUserLabel
-syn match	cUserCont	display "^\s*\I\i*\s*:$" contains=@cLabelGroup
-syn match	cUserCont	display ";\s*\I\i*\s*:$" contains=@cLabelGroup
-syn match	cUserCont	display "^\s*\I\i*\s*:[^:]"me=e-1 contains=@cLabelGroup
-syn match	cUserCont	display ";\s*\I\i*\s*:[^:]"me=e-1 contains=@cLabelGroup
-
-syn match	cUserLabel	display "\I\i*" contained
-syn match	cUserLabel2	display "\I\i*:;\+"me=e-2
-syn match	cGotoLabel	display "\<goto\s\+\I\i*;"me=e-1,hs=s+5 contains=cGoto
-syn keyword	cGoto		contained goto
-
-" Avoid recognizing most bitfields as labels
-syn match	cBitField	display "^\s*\I\i*\s*:\s*[1-9]"me=e-1
-syn match	cBitField	display ";\s*\I\i*\s*:\s*[1-9]"me=e-1
-
-syn match cOperator	"\(<<\|>>\|[-+*/%&^|<>!=]\)="
-syn match cOperator	"<<\|>>\|&&\|||\|++\|--\|->"
-syn match cOperator	"[.!~*&%<>^|=+-]"
-syn match cOperator	"/[^/*=]"me=e-1
-syn match cOperator	"/$"
-syn match cOperator	"[\\]"
-syn match cOperator	"&&\|||"
-syn match cSpecialCharacter	"[,;]"
-syn match cDelimiter    "[][(){}]"
-syn keyword	cType		CHAR byte BYTE uchar ushort uint ulong
-syn keyword	cType		WORD DWORD QWORD INT INT2 INT4 UNS UNS2 UNS4 INT8 UNS8
-syn keyword	cType		CFG_t cfap_t cBYTE cvoid
-syn keyword	cType		_Bool _Complex _Imaginary __int64
-if !exists("c_no_ansi") || exists("c_ansi_typedefs")
-  syn keyword   cMC	__near __far FAR __io __direct DIR
-endif
-
-if exists("c_minlines")
-  let b:c_minlines = c_minlines
-else
-  if !exists("c_no_if0")
-    let b:c_minlines = 50	" #if 0 constructs can be long
-  else
-    let b:c_minlines = 15	" mostly for () constructs
-  endif
-endif
-exec "syn sync ccomment cComment minlines=" . b:c_minlines
-
-" Define the default highlighting.
-" For version 5.7 and earlier: only when not done already
-" For version 5.8 and later: only when an item doesn't have highlighting yet
-if version >= 508 || !exists("did_c_syn_inits")
-  if version < 508
-    let did_c_syn_inits = 1
-    command -nargs=+ HiLink hi link <args>
-  else
-    command -nargs=+ HiLink hi def link <args>
-  endif
-
-  HiLink cFormat	cSpecial
-  HiLink cCppString	cString
-  HiLink cCommentL	cComment
-  HiLink cCommentStart	cComment
-  HiLink cLabel		Label
-" HiLink cUserLabel	Label
-  HiLink cUserLabel	UserLabel2
-  HiLink cUserLabel2	UserLabel2
-  HiLink cGotoLabel	UserLabel2
-  HiLink cGoto		Statement
-  HiLink cConditional	Conditional
-  HiLink cRepeat	Repeat
-  HiLink cCharacter	Character
-  HiLink cSpecialCharacter cSpecial
-  HiLink cNumber	Number
-  HiLink cOctal		Number
-  HiLink cOctalZero	PreProc		" link this to Error if you want
-  HiLink cFloat		Float
-  HiLink cOctalError	cError
-  HiLink cParenError	cError
-  HiLink cErrInParen	cError
-  HiLink cErrInBracket	cError
-  HiLink cCommentError	cError
-  HiLink cCommentStartError	cError
-  HiLink cSpaceError	cError
-  HiLink cSpecialError	cError
-  HiLink cOperator	Operator
-  HiLink cOperatorBold	OperatorBold
-  HiLink cStructure	Structure
-  HiLink cStorageClass	StorageClass
-  HiLink cInclude	Include
-  HiLink cPreProc	PreProc
-  HiLink cDefine	Macro
-  HiLink cDefined	PreCondit
-  HiLink cIncluded	cString
-  HiLink cError		Error
-  HiLink cStatement	Statement
-  HiLink cPreCondit	PreCondit
-  HiLink cPreConditIf	PreCondit
-  HiLink cType		Type
-  HiLink cConstant	Constant
-  HiLink cCommentString cString
-  HiLink cComment2String cString
-  HiLink cCommentSkip	cComment
-  HiLink cString	String
-  HiLink cComment	Comment
-  HiLink cDelimiter     Delimiter
-  HiLink cSpecial	SpecialChar
-  HiLink cTodo		Todo
-  HiLink cCppSkip	cCppOut
-  HiLink cCppOut2	cCppOut
-  HiLink cCppOut	Comment
-  HiLink cMulti		Operator
-  HiLink cMultiMG	Operator
-  HiLink cFunction	Function
-  HiLink cAnsiFunction	StdFunction
-  HiLink cName		Name
-  HiLink cBitField	Name
-  HiLink cAnsiName	StdName
-  "HiLink cBlock	BlockBraces
-  HiLink cBraces	BlockBraces
-  "HiLink cBraceError	Error
-  HiLink cMC		MicroController
-  HiLink cAnsiFuncPtr	AnsiFuncPtr
-
-  hi Function		gui=NONE guifg=#e86f00
-  "hi StdFunction	gui=bold guifg=#ee0040
-  hi StdFunction	gui=bold guifg=#e86f00
-  hi Statement		gui=bold guifg=#a06129
-  hi UserLabel2		gui=bold guifg=#c96129
-  hi Operator		gui=NONE guifg=#000000
-  hi OperatorBold	gui=bold guifg=#000000
-  hi StdName		gui=bold guifg=#5276e6
-  hi Name		gui=NONE guifg=#5276e6
-  hi BlockBraces	gui=bold guifg=#000000
-  hi Special		gui=NONE guifg=#a000a0
-  hi Comment		gui=NONE guifg=grey62
-  hi MicroController	gui=bold guifg=#d00000
-  hi AnsiFuncPtr	gui=NONE guifg=#ff0000
-" hi PreProc        	gui=NONE guifg=#6a5acd
-  hi PreCondit      	gui=NONE guifg=#6a5acd
-" hi Macro          	gui=NONE guifg=#0000ff
-
-  delcommand HiLink
-endif
-hi Normal		gui=NONE guifg=#000000 guibg=Ivory1
-
-let b:current_syntax = "c"
-
-" vim: ts=8
+syn keyword cType Patch
+syn keyword cType Update
