Changeset 15503
- Timestamp:
- 07/18/13 09:37:57 (12 years ago)
- Location:
- issm/trunk-jpl/externalpackages/vim/addons/vim/syntax
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/vim/addons/vim/syntax/Synchronize.sh
r15303 r15503 14 14 cat c.vim | sed "/ISSM's objects begin/,/vim: ts=8/d" > temp 15 15 echo "\"ISSM's objects begin" >> temp 16 find ../../../../../src/c/classes -name "*.cpp" | sed -e "s/\// /g" -e "s/\.cpp//"| awk '{print $(NF)}'| awk '{ printf "syn keyword cType " $1 "\n"}'>> temp16 find ../../../../../src/c/classes -name "*.cpp" -o -name "*.h" | sed -e "s/\// /g" -e "s/\.cpp//" -e "s/\.h//" | awk '{print $(NF)}' | sort | uniq | awk '{ printf "syn keyword cType " $1 "\n"}'>> temp 17 17 echo "\"ISSM's objects end" >> temp 18 18 cat c.vim | sed "1,/ISSM's objects end/d" >> temp -
issm/trunk-jpl/externalpackages/vim/addons/vim/syntax/c.vim
r15325 r15503 410 410 411 411 "ISSM's objects begin 412 syn keyword cType BoolElementResult 413 syn keyword cType BoolInput 414 syn keyword cType BoolParam 415 syn keyword cType classes 416 syn keyword cType Constraint 417 syn keyword cType Constraints 418 syn keyword cType Contour 419 syn keyword cType Contours 420 syn keyword cType ControlInput 421 syn keyword cType DatasetInput 422 syn keyword cType DataSetParam 423 syn keyword cType DependentObject 424 syn keyword cType DofIndexing 425 syn keyword cType DoubleElementResult 426 syn keyword cType DoubleInput 427 syn keyword cType DoubleMatArrayParam 428 syn keyword cType DoubleMatParam 429 syn keyword cType DoubleParam 430 syn keyword cType DoubleTransientMatParam 431 syn keyword cType DoubleVecParam 432 syn keyword cType Element 433 syn keyword cType ElementHook 434 syn keyword cType ElementMatrix 435 syn keyword cType ElementResult 436 syn keyword cType Elements 437 syn keyword cType ElementVector 438 syn keyword cType ExponentialVariogram 439 syn keyword cType ExternalResult 440 syn keyword cType FemModel 441 syn keyword cType FileParam 442 syn keyword cType Friction 443 syn keyword cType GaussianVariogram 444 syn keyword cType gaussobjects 445 syn keyword cType GaussPenta 446 syn keyword cType GaussTria 447 syn keyword cType GenericExternalResult 448 syn keyword cType GenericOption 449 syn keyword cType GenericParam 450 syn keyword cType GiaDeflectionCoreArgs 451 syn keyword cType Hook 452 syn keyword cType Icefront 453 syn keyword cType IndependentObject 454 syn keyword cType Input 455 syn keyword cType Inputs 456 syn keyword cType IntInput 457 syn keyword cType IntMatParam 458 syn keyword cType IntParam 459 syn keyword cType IntVecParam 460 syn keyword cType IoModel 461 syn keyword cType krigingobjects 462 syn keyword cType Load 463 syn keyword cType Loads 412 464 syn keyword cType Matdamageice 465 syn keyword cType Material 413 466 syn keyword cType Materials 414 467 syn keyword cType Matice 415 468 syn keyword cType Matpar 416 syn keyword cType DofIndexing 417 syn keyword cType IntVecParam 418 syn keyword cType BoolParam 419 syn keyword cType IntMatParam 420 syn keyword cType DoubleTransientMatParam 421 syn keyword cType StringParam 422 syn keyword cType DoubleVecParam 423 syn keyword cType DoubleMatParam 424 syn keyword cType FileParam 469 syn keyword cType matrixobjects 470 syn keyword cType MatrixParam 471 syn keyword cType Node 472 syn keyword cType Nodes 473 syn keyword cType Numericalflux 474 syn keyword cType Observation 475 syn keyword cType Observations 476 syn keyword cType Option 477 syn keyword cType Options 478 syn keyword cType OptionUtilities 479 syn keyword cType Param 425 480 syn keyword cType Parameters 426 syn keyword cType DataSetParam 427 syn keyword cType IntParam 428 syn keyword cType VectorParam 429 syn keyword cType MatrixParam 430 syn keyword cType StringArrayParam 431 syn keyword cType TransientParam 432 syn keyword cType DoubleParam 433 syn keyword cType DoubleMatArrayParam 434 syn keyword cType ExponentialVariogram 481 syn keyword cType Patch 482 syn keyword cType Pengrid 483 syn keyword cType Penpair 484 syn keyword cType Penta 485 syn keyword cType PentaInput 486 syn keyword cType PentaP1ElementResult 487 syn keyword cType PentaRef 435 488 syn keyword cType PowerVariogram 489 syn keyword cType Profiler 436 490 syn keyword cType Quadtree 437 syn keyword cType Observations 438 syn keyword cType GaussianVariogram 439 syn keyword cType SphericalVariogram 440 syn keyword cType Observation 491 syn keyword cType Results 492 syn keyword cType Riftfront 441 493 syn keyword cType RiftStruct 442 syn keyword cType OptionUtilities 443 syn keyword cType Options 444 syn keyword cType Penpair 445 syn keyword cType Loads 446 syn keyword cType Icefront 447 syn keyword cType Friction 448 syn keyword cType Riftfront 449 syn keyword cType Numericalflux 450 syn keyword cType Pengrid 451 syn keyword cType Contours 452 syn keyword cType Vertex 453 syn keyword cType ElementMatrix 454 syn keyword cType ElementVector 455 syn keyword cType Profiler 456 syn keyword cType Results 457 syn keyword cType PentaP1ElementResult 458 syn keyword cType DoubleElementResult 459 syn keyword cType BoolElementResult 460 syn keyword cType TriaP1ElementResult 461 syn keyword cType Elements 462 syn keyword cType TriaHook 463 syn keyword cType PentaHook 464 syn keyword cType Tria 465 syn keyword cType Penta 466 syn keyword cType TriaRef 467 syn keyword cType PentaRef 468 syn keyword cType GaussTria 469 syn keyword cType GaussPenta 470 syn keyword cType DependentObject 471 syn keyword cType Patch 472 syn keyword cType Hook 473 syn keyword cType ControlInput 474 syn keyword cType DatasetInput 475 syn keyword cType IntInput 476 syn keyword cType BoolInput 477 syn keyword cType Inputs 478 syn keyword cType TransientInput 479 syn keyword cType PentaP1Input 480 syn keyword cType DoubleInput 481 syn keyword cType TriaInput 482 syn keyword cType Constraints 494 syn keyword cType Segment 483 495 syn keyword cType SpcDynamic 484 496 syn keyword cType SpcStatic 485 497 syn keyword cType SpcTransient 486 syn keyword cType Nodes 487 syn keyword cType IndependentObject 498 syn keyword cType SphericalVariogram 499 syn keyword cType StringArrayParam 500 syn keyword cType StringParam 501 syn keyword cType TransientInput 502 syn keyword cType TransientParam 503 syn keyword cType Tria 504 syn keyword cType TriaInput 505 syn keyword cType TriaP1ElementResult 506 syn keyword cType TriaRef 507 syn keyword cType Update 508 syn keyword cType Variogram 509 syn keyword cType VectorParam 510 syn keyword cType Vertex 488 511 syn keyword cType Vertices 489 syn keyword cType Node490 syn keyword cType IoModel491 syn keyword cType FemModel492 512 "ISSM's objects end 493 513 "ISSM's Enums begin … … 554 574 syn keyword cConstant FlowequationIsmacayealpattynEnum 555 575 syn keyword cConstant FlowequationIsstokesEnum 576 syn keyword cConstant FlowequationFeStokesEnum 577 syn keyword cConstant FlowequationFeSsaEnum 556 578 syn keyword cConstant FlowequationVertexEquationEnum 557 579 syn keyword cConstant FrictionCoefficientEnum … … 627 649 syn keyword cConstant MaskVertexongroundediceEnum 628 650 syn keyword cConstant MaskVertexonwaterEnum 651 syn keyword cConstant IcelevelsetEnum 629 652 syn keyword cConstant MaterialsBetaEnum 630 653 syn keyword cConstant MaterialsHeatcapacityEnum … … 650 673 syn keyword cConstant MeshAverageVertexConnectivityEnum 651 674 syn keyword cConstant MeshDimensionEnum 652 syn keyword cConstant MeshEdgesEnum653 syn keyword cConstant MeshElementconnectivityEnum654 675 syn keyword cConstant MeshElementonbedEnum 655 676 syn keyword cConstant MeshElementonsurfaceEnum … … 657 678 syn keyword cConstant MeshElementsEnum 658 679 syn keyword cConstant MeshLowerelementsEnum 659 syn keyword cConstant MeshNumberofedgesEnum660 680 syn keyword cConstant MeshNumberofelements2dEnum 661 681 syn keyword cConstant MeshNumberofelementsEnum … … 687 707 syn keyword cConstant QmuResponsedescriptorsEnum 688 708 syn keyword cConstant QmuVariabledescriptorsEnum 709 syn keyword cConstant QmuMaterialsRheologyBEnum 689 710 syn keyword cConstant RiftsNumriftsEnum 690 711 syn keyword cConstant RiftsRiftstructEnum … … 754 775 syn keyword cConstant BalancethicknessAnalysisEnum 755 776 syn keyword cConstant BalancethicknessSolutionEnum 756 syn keyword cConstant WeakBalancethicknessAnalysisEnum757 syn keyword cConstant WeakBalancethicknessSolutionEnum777 syn keyword cConstant BalancethicknessSoftAnalysisEnum 778 syn keyword cConstant BalancethicknessSoftSolutionEnum 758 779 syn keyword cConstant BedSlopeAnalysisEnum 759 780 syn keyword cConstant BedSlopeSolutionEnum … … 843 864 syn keyword cConstant PenpairEnum 844 865 syn keyword cConstant PentaEnum 845 syn keyword cConstant Penta P1InputEnum866 syn keyword cConstant PentaInputEnum 846 867 syn keyword cConstant ProfilerEnum 847 868 syn keyword cConstant MatrixParamEnum … … 900 921 syn keyword cConstant QmuSurfaceEnum 901 922 syn keyword cConstant QmuMeltingEnum 923 syn keyword cConstant QmuVxMeshEnum 924 syn keyword cConstant QmuVyMeshEnum 925 syn keyword cConstant QmuVzMeshEnum 902 926 syn keyword cConstant AndroidFrictionCoefficientEnum 903 927 syn keyword cConstant ResetPenaltiesEnum … … 961 985 syn keyword cConstant P1Enum 962 986 syn keyword cConstant P1DGEnum 987 syn keyword cConstant P1bubbleEnum 988 syn keyword cConstant P2Enum 989 syn keyword cConstant P2xP1Enum 963 990 syn keyword cConstant MINIEnum 964 syn keyword cConstant P2Enum991 syn keyword cConstant TaylorHoodEnum 965 992 syn keyword cConstant SaveResultsEnum 966 993 syn keyword cConstant BoolElementResultEnum
Note:
See TracChangeset
for help on using the changeset viewer.