Changeset 11709
- Timestamp:
- 03/14/12 14:56:19 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/vim/addons/vim/syntax/c.vim
r11326 r11709 406 406 syn keyword cType Constraints DataSet Elements Inputs Loads Materials Nodes Parameters Results Vertices 407 407 "Petsc 408 syn keyword cType Vec Mat 408 syn keyword cType Vec Mat 409 409 "other ISSM's syntax 410 410 syn keyword cType mxArray ErrorException … … 427 427 syn keyword cType GaussTria 428 428 syn keyword cType GaussPenta 429 syn keyword cType Load 429 430 syn keyword cType Friction 430 431 syn keyword cType Icefront … … 434 435 syn keyword cType Pengrid 435 436 syn keyword cType Element 436 syn keyword cType Load437 437 syn keyword cType Penta 438 438 syn keyword cType PentaHook … … 502 502 syn keyword cType ElementMatrix 503 503 syn keyword cType ElementVector 504 syn keyword cType Vector 505 syn keyword cType Matrix 504 506 syn keyword cType BoolParam 505 507 syn keyword cType DoubleMatParam … … 513 515 syn keyword cType FileParam 514 516 syn keyword cType Param 515 syn keyword cType PetscMatParam516 syn keyword cType PetscVecParam517 syn keyword cType MatrixParam 518 syn keyword cType VectorParam 517 519 syn keyword cType StringArrayParam 518 520 syn keyword cType StringParam … … 609 611 syn keyword cConstant InversionIscontrolEnum 610 612 syn keyword cConstant InversionTaoEnum 613 syn keyword cConstant InversionIncompleteAdjointEnum 611 614 syn keyword cConstant InversionMaxParametersEnum 612 615 syn keyword cConstant InversionMaxiterPerStepEnum … … 688 691 syn keyword cConstant SteadystateRequestedOutputsEnum 689 692 syn keyword cConstant SurfaceEnum 690 syn keyword cConstant SurfaceforcingsAblationRateEnum 691 syn keyword cConstant SurfaceforcingsAccumulationRateEnum 693 syn keyword cConstant SurfaceforcingsPrecipitationEnum 692 694 syn keyword cConstant SurfaceforcingsMassBalanceEnum 693 695 syn keyword cConstant ThermalMaxiterEnum … … 697 699 syn keyword cConstant ThermalSpctemperatureEnum 698 700 syn keyword cConstant ThermalStabilizationEnum 701 syn keyword cConstant ThermalIsenthalpyEnum 699 702 syn keyword cConstant ThicknessEnum 700 703 syn keyword cConstant TimesteppingCflCoefficientEnum … … 791 794 syn keyword cConstant PentaEnum 792 795 syn keyword cConstant PentaP1InputEnum 793 syn keyword cConstant PetscMatParamEnum794 syn keyword cConstant PetscVecParamEnum796 syn keyword cConstant MatrixParamEnum 797 syn keyword cConstant VectorParamEnum 795 798 syn keyword cConstant RiftfrontEnum 796 799 syn keyword cConstant SegmentEnum
Note:
See TracChangeset
for help on using the changeset viewer.