Changeset 11326


Ignore:
Timestamp:
02/06/12 08:36:34 (13 years ago)
Author:
Mathieu Morlighem
Message:

updated syntax highlighting

File:
1 edited

Legend:

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

    r11274 r11326  
    404404"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
    405405"ISSM containers:
    406 syn keyword     cType           Constraints DataSet Elements Inputs Loads Materials Parameters Results Vertices
     406syn keyword     cType           Constraints DataSet Elements Inputs Loads Materials Nodes Parameters Results Vertices
    407407"Petsc
    408408syn keyword     cType           Vec Mat
     
    434434syn keyword cType Pengrid
    435435syn keyword cType Element
     436syn keyword cType Load
    436437syn keyword cType Penta
    437438syn keyword cType PentaHook
     
    465466syn keyword cType KML_StyleSelector
    466467syn keyword cType KML_SubStyle
     468syn keyword cType KML_Unknown
    467469syn keyword cType KMLFileReadUtils
    468470syn keyword cType Option
     
    477479syn keyword cType DoubleInput
    478480syn keyword cType IntInput
    479 syn keyword cType PentaVertexInput
    480 syn keyword cType TriaVertexInput
     481syn keyword cType PentaP1Input
     482syn keyword cType TriaP1Input
    481483syn keyword cType ControlInput
    482484syn keyword cType DatasetInput
     
    484486syn keyword cType ElementResult
    485487syn keyword cType DoubleElementResult
    486 syn keyword cType TriaVertexElementResult
    487 syn keyword cType PentaVertexElementResult
     488syn keyword cType TriaP1ElementResult
     489syn keyword cType PentaP1ElementResult
    488490syn keyword cType BoolElementResult
    489491syn keyword cType ExternalResult
     
    562564syn keyword cConstant DiagnosticAbstolEnum
    563565syn keyword cConstant DiagnosticIcefrontEnum
     566syn keyword cConstant DiagnosticIsnewtonEnum
    564567syn keyword cConstant DiagnosticMaxiterEnum
    565568syn keyword cConstant DiagnosticNumRequestedOutputsEnum
     
    787790syn keyword cConstant PenpairEnum
    788791syn keyword cConstant PentaEnum
    789 syn keyword cConstant PentaVertexInputEnum
     792syn keyword cConstant PentaP1InputEnum
    790793syn keyword cConstant PetscMatParamEnum
    791794syn keyword cConstant PetscVecParamEnum
     
    800803syn keyword cConstant StringParamEnum
    801804syn keyword cConstant TriaEnum
    802 syn keyword cConstant TriaVertexInputEnum
     805syn keyword cConstant TriaP1InputEnum
    803806syn keyword cConstant VertexEnum
    804807syn keyword cConstant AirEnum
     
    909912syn keyword cConstant PatchNodesEnum
    910913syn keyword cConstant PatchVerticesEnum
    911 syn keyword cConstant PentaVertexElementResultEnum
     914syn keyword cConstant PentaP1ElementResultEnum
    912915syn keyword cConstant PetscVecExternalResultEnum
    913916syn keyword cConstant StringExternalResultEnum
    914917syn keyword cConstant TimeEnum
    915 syn keyword cConstant TriaVertexElementResultEnum
     918syn keyword cConstant TriaP1ElementResultEnum
    916919syn keyword cConstant WaterColumnOldEnum
    917920syn keyword cConstant MinVelEnum
Note: See TracChangeset for help on using the changeset viewer.