Changeset 15325


Ignore:
Timestamp:
06/22/13 13:43:46 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: sync'ing syntax highlighting

File:
1 edited

Legend:

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

    r15303 r15325  
    459459syn keyword cType BoolElementResult
    460460syn keyword cType TriaP1ElementResult
    461 syn keyword cType FemModel
    462 syn keyword cType PentaRef
    463 syn keyword cType Penta
    464461syn keyword cType Elements
    465462syn keyword cType TriaHook
    466463syn keyword cType PentaHook
     464syn keyword cType Tria
     465syn keyword cType Penta
    467466syn keyword cType TriaRef
    468 syn keyword cType Tria
     467syn keyword cType PentaRef
    469468syn keyword cType GaussTria
    470469syn keyword cType GaussPenta
     
    490489syn keyword cType Node
    491490syn keyword cType IoModel
     491syn keyword cType FemModel
    492492"ISSM's objects end
    493493"ISSM's Enums begin
     
    961961syn keyword cConstant P1Enum
    962962syn keyword cConstant P1DGEnum
     963syn keyword cConstant MINIEnum
    963964syn keyword cConstant P2Enum
    964965syn keyword cConstant SaveResultsEnum
Note: See TracChangeset for help on using the changeset viewer.