Changeset 16381


Ignore:
Timestamp:
10/11/13 08:19:05 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: syncing syntax

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/vim/addons/vim/syntax/c.vim

    r16337 r16381  
    444444syn keyword cType gaussobjects
    445445syn keyword cType GaussPenta
     446syn keyword cType GaussSeg
    446447syn keyword cType GaussTria
    447448syn keyword cType GenericExternalResult
     
    490491syn keyword cType Riftfront
    491492syn keyword cType RiftStruct
     493syn keyword cType Seg
    492494syn keyword cType Segment
     495syn keyword cType SegRef
    493496syn keyword cType SpcDynamic
    494497syn keyword cType SpcStatic
     
    831834syn keyword cConstant GiaSolutionEnum
    832835syn keyword cConstant GiaAnalysisEnum
     836syn keyword cConstant MeshdeformationSolutionEnum
     837syn keyword cConstant MeshdeformationAnalysisEnum
    833838syn keyword cConstant ApproximationEnum
    834839syn keyword cConstant NoneApproximationEnum
     
    896901syn keyword cConstant StringArrayParamEnum
    897902syn keyword cConstant StringParamEnum
     903syn keyword cConstant SegEnum
     904syn keyword cConstant SegInputEnum
    898905syn keyword cConstant TriaEnum
    899906syn keyword cConstant TriaInputEnum
     
    10801087syn keyword cConstant NearestInterpEnum
    10811088syn keyword cConstant XYEnum
    1082 syn keyword cConstant XZEnum
    10831089syn keyword cConstant XYZEnum
    10841090syn keyword cConstant DenseEnum
Note: See TracChangeset for help on using the changeset viewer.