Changeset 12425
- Timestamp:
- 06/15/12 15:17:26 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/vim/addons/vim/syntax/c.vim
r12206 r12425 404 404 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" 405 405 "ISSM containers: 406 syn keyword cType Constraints DataSet Elements Inputs Loads Materials Nodes Parameters Results Vertices 406 syn keyword cType Constraints DataSet Elements Inputs Loads Materials Nodes Parameters Results Vertices Options 407 407 "Petsc 408 syn keyword cType Vec Mat 408 syn keyword cType Vec Mat SeqVec SeqMat 409 409 "other ISSM's syntax 410 syn keyword cType mxArray ErrorException 410 syn keyword cType mxArray ErrorException QuadtreeBox IssmDouble IssmPDouble 411 411 412 412 "ISSM's objects begin
Note:
See TracChangeset
for help on using the changeset viewer.