Changeset 12425


Ignore:
Timestamp:
06/15/12 15:17:26 (13 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

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

    r12206 r12425  
    404404"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
    405405"ISSM containers:
    406 syn keyword     cType           Constraints DataSet Elements Inputs Loads Materials Nodes Parameters Results Vertices
     406syn keyword     cType           Constraints DataSet Elements Inputs Loads Materials Nodes Parameters Results Vertices Options
    407407"Petsc
    408 syn keyword     cType           Vec Mat
     408syn keyword     cType           Vec Mat SeqVec SeqMat
    409409"other ISSM's syntax
    410 syn keyword     cType           mxArray ErrorException
     410syn keyword     cType           mxArray ErrorException QuadtreeBox IssmDouble IssmPDouble
    411411
    412412"ISSM's objects begin
Note: See TracChangeset for help on using the changeset viewer.