Changeset 17545
- Timestamp:
- 03/26/14 10:23:58 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/vim/addons/vim/syntax/c.vim
r17458 r17545 412 412 syn keyword cType BoolInput 413 413 syn keyword cType BoolParam 414 syn keyword cType classes 414 415 syn keyword cType Constraint 415 416 syn keyword cType Constraints … … 417 418 syn keyword cType Contours 418 419 syn keyword cType ControlInput 420 syn keyword cType DatasetInput 419 421 syn keyword cType DataSetParam 420 syn keyword cType DatasetInput421 422 syn keyword cType Definition 422 423 syn keyword cType DependentObject … … 431 432 syn keyword cType ElementHook 432 433 syn keyword cType ElementMatrix 434 syn keyword cType Elements 433 435 syn keyword cType ElementVector 434 syn keyword cType Elements435 436 syn keyword cType ExponentialVariogram 436 437 syn keyword cType ExternalResult … … 439 440 syn keyword cType Friction 440 441 syn keyword cType Gauss 442 syn keyword cType GaussianVariogram 443 syn keyword cType gaussobjects 441 444 syn keyword cType GaussPenta 442 445 syn keyword cType GaussSeg 443 446 syn keyword cType GaussTetra 444 447 syn keyword cType GaussTria 445 syn keyword cType GaussianVariogram446 448 syn keyword cType GenericExternalResult 447 449 syn keyword cType GenericOption … … 457 459 syn keyword cType IntVecParam 458 460 syn keyword cType IoModel 461 syn keyword cType krigingobjects 459 462 syn keyword cType Load 460 463 syn keyword cType Loads … … 464 467 syn keyword cType Matice 465 468 syn keyword cType Matpar 469 syn keyword cType matrixobjects 466 470 syn keyword cType MatrixParam 467 471 syn keyword cType Misfit … … 472 476 syn keyword cType Observations 473 477 syn keyword cType Option 478 syn keyword cType Options 474 479 syn keyword cType OptionUtilities 475 syn keyword cType Options476 480 syn keyword cType Param 477 481 syn keyword cType Parameters … … 485 489 syn keyword cType Quadtree 486 490 syn keyword cType Results 491 syn keyword cType Riftfront 487 492 syn keyword cType RiftStruct 488 syn keyword cType Riftfront489 493 syn keyword cType Seg 490 494 syn keyword cType SegInput 495 syn keyword cType Segment 491 496 syn keyword cType SegRef 492 syn keyword cType Segment493 497 syn keyword cType SpcDynamic 494 498 syn keyword cType SpcStatic … … 498 502 syn keyword cType StringParam 499 503 syn keyword cType Tetra 504 syn keyword cType TetraInput 500 505 syn keyword cType TetraRef 501 506 syn keyword cType TransientInput … … 509 514 syn keyword cType Vertex 510 515 syn keyword cType Vertices 511 syn keyword cType classes512 syn keyword cType gaussobjects513 syn keyword cType krigingobjects514 syn keyword cType matrixobjects515 516 syn keyword cType AdjointBalancethicknessAnalysis 516 517 syn keyword cType AdjointHorizAnalysis … … 520 521 syn keyword cType BalancevelocityAnalysis 521 522 syn keyword cType DamageEvolutionAnalysis 523 syn keyword cType DepthAverageAnalysis 522 524 syn keyword cType EnthalpyAnalysis 523 525 syn keyword cType EnumToAnalysis … … 752 754 syn keyword cConstant Mesh2DverticalEnum 753 755 syn keyword cConstant Mesh3DEnum 756 syn keyword cConstant Mesh3DtetrasEnum 754 757 syn keyword cConstant MiscellaneousNameEnum 755 758 syn keyword cConstant MasstransportHydrostaticAdjustmentEnum … … 875 878 syn keyword cConstant ExtrudeFromBaseAnalysisEnum 876 879 syn keyword cConstant ExtrudeFromTopAnalysisEnum 880 syn keyword cConstant DepthAverageAnalysisEnum 877 881 syn keyword cConstant SteadystateSolutionEnum 878 882 syn keyword cConstant SurfaceSlopeSolutionEnum … … 929 933 syn keyword cConstant InputToExtrudeEnum 930 934 syn keyword cConstant InputToL2ProjectEnum 935 syn keyword cConstant InputToDepthaverageEnum 931 936 syn keyword cConstant IntParamEnum 932 937 syn keyword cConstant IntVecParamEnum … … 1054 1059 syn keyword cConstant StressTensoryzEnum 1055 1060 syn keyword cConstant StressTensorzzEnum 1061 syn keyword cConstant DeviatoricStressEnum 1062 syn keyword cConstant DeviatoricStressxxEnum 1063 syn keyword cConstant DeviatoricStressxyEnum 1064 syn keyword cConstant DeviatoricStressxzEnum 1065 syn keyword cConstant DeviatoricStressyyEnum 1066 syn keyword cConstant DeviatoricStressyzEnum 1067 syn keyword cConstant DeviatoricStresszzEnum 1068 syn keyword cConstant StrainRateEnum 1069 syn keyword cConstant StrainRatexxEnum 1070 syn keyword cConstant StrainRatexyEnum 1071 syn keyword cConstant StrainRatexzEnum 1072 syn keyword cConstant StrainRateyyEnum 1073 syn keyword cConstant StrainRateyzEnum 1074 syn keyword cConstant StrainRatezzEnum 1056 1075 syn keyword cConstant DivergenceEnum 1057 1076 syn keyword cConstant GiaCrossSectionShapeEnum … … 1073 1092 syn keyword cConstant MINIcondensedEnum 1074 1093 syn keyword cConstant TaylorHoodEnum 1094 syn keyword cConstant XTaylorHoodEnum 1075 1095 syn keyword cConstant OneLayerP4zEnum 1076 1096 syn keyword cConstant SaveResultsEnum
Note:
See TracChangeset
for help on using the changeset viewer.