comparison runtime/syntax/tcsh.vim @ 376:d2bc505a6d91

updated for version 7.0098
author vimboss
date Thu, 30 Jun 2005 21:52:39 +0000
parents 3fc0f57ecb91
children f04f56979d84
comparison
equal deleted inserted replaced
375:f14cbd913415 376:d2bc505a6d91
1 " Vim syntax file 1 " Vim syntax file
2 " Language: C-shell (tcsh) 2 " Language: C-shell (tcsh)
3 " Maintainor: Gautam Iyer <gautam@math.uchicago.edu> 3 " Maintainer: Gautam Iyer <gautam@math.uchicago.edu>
4 " Last Modified: Mon 23 Feb 2004 02:28:51 PM CST 4 " Last Modified: Mon 23 Feb 2004 02:28:51 PM CST
5 " 5 "
6 " Description: We break up each statement into a "command" and an "end" part. 6 " Description: We break up each statement into a "command" and an "end" part.
7 " All groups are either a "command" or part of the "end" of a statement (ie 7 " All groups are either a "command" or part of the "end" of a statement (ie
8 " everything after the "command"). This is because blindly highlighting tcsh 8 " everything after the "command"). This is because blindly highlighting tcsh