Changeset 15966
- Timestamp:
- 08/27/13 07:30:15 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/vim/addons/vim/syntax/c.vim
r15936 r15966 413 413 syn keyword cType BoolInput 414 414 syn keyword cType BoolParam 415 syn keyword cType classes416 415 syn keyword cType Constraint 417 416 syn keyword cType Constraints … … 419 418 syn keyword cType Contours 420 419 syn keyword cType ControlInput 420 syn keyword cType DataSetParam 421 421 syn keyword cType DatasetInput 422 syn keyword cType DataSetParam423 422 syn keyword cType DependentObject 424 423 syn keyword cType DofIndexing … … 434 433 syn keyword cType ElementMatrix 435 434 syn keyword cType ElementResult 435 syn keyword cType ElementVector 436 436 syn keyword cType Elements 437 syn keyword cType ElementVector438 437 syn keyword cType ExponentialVariogram 439 438 syn keyword cType ExternalResult … … 441 440 syn keyword cType FileParam 442 441 syn keyword cType Friction 443 syn keyword cType GaussianVariogram444 syn keyword cType gaussobjects445 442 syn keyword cType GaussPenta 446 443 syn keyword cType GaussTria 444 syn keyword cType GaussianVariogram 447 445 syn keyword cType GenericExternalResult 448 446 syn keyword cType GenericOption … … 458 456 syn keyword cType IntVecParam 459 457 syn keyword cType IoModel 460 syn keyword cType krigingobjects461 458 syn keyword cType Load 462 459 syn keyword cType Loads … … 466 463 syn keyword cType Matice 467 464 syn keyword cType Matpar 468 syn keyword cType matrixobjects469 465 syn keyword cType MatrixParam 470 466 syn keyword cType Node … … 474 470 syn keyword cType Observations 475 471 syn keyword cType Option 472 syn keyword cType OptionUtilities 476 473 syn keyword cType Options 477 syn keyword cType OptionUtilities478 474 syn keyword cType Param 479 475 syn keyword cType Parameters … … 489 485 syn keyword cType Quadtree 490 486 syn keyword cType Results 487 syn keyword cType RiftStruct 491 488 syn keyword cType Riftfront 492 syn keyword cType RiftStruct493 489 syn keyword cType Segment 494 490 syn keyword cType SpcDynamic … … 509 505 syn keyword cType Vertex 510 506 syn keyword cType Vertices 507 syn keyword cType classes 508 syn keyword cType gaussobjects 509 syn keyword cType krigingobjects 510 syn keyword cType matrixobjects 511 511 "ISSM's objects end 512 512 "ISSM's Enums begin … … 648 648 syn keyword cConstant MaskVertexonfloatingiceEnum 649 649 syn keyword cConstant MaskVertexongroundediceEnum 650 syn keyword cConstant MaskIce levelsetEnum650 syn keyword cConstant MaskIceLevelsetEnum 651 651 syn keyword cConstant MaterialsBetaEnum 652 652 syn keyword cConstant MaterialsHeatcapacityEnum … … 1037 1037 syn keyword cConstant SubelementMigrationEnum 1038 1038 syn keyword cConstant SubelementMigration2Enum 1039 syn keyword cConstant GLlevelsetEnum1039 syn keyword cConstant MaskGroundediceLevelsetEnum 1040 1040 syn keyword cConstant FSSolverEnum 1041 1041 syn keyword cConstant AdjointEnum
Note:
See TracChangeset
for help on using the changeset viewer.