diff options
Diffstat (limited to 'runtime/syntax/dcl.vim')
-rw-r--r-- | runtime/syntax/dcl.vim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/syntax/dcl.vim b/runtime/syntax/dcl.vim index 8a8e83353..77515bc5f 100644 --- a/runtime/syntax/dcl.vim +++ b/runtime/syntax/dcl.vim @@ -1,8 +1,8 @@ " Vim syntax file " Language: DCL (Digital Command Language - vms) " Maintainer: Dr. Charles E. Campbell, Jr. <NdrOchipS@PcampbellAfamily.Mbiz> -" Last Change: Sep 06, 2005 -" Version: 4 +" Last Change: Apr 12, 2006 +" Version: 5 " URL: http://mysite.verizon.net/astronaut/vim/index.html#vimlinks_syntax " For version 5.x: Clear all syntax items @@ -83,7 +83,7 @@ syn match dclStart "^\$" skipwhite nextgroup=dclExe syn match dclContinue "-$" syn match dclComment "^\$!.*$" contains=@dclCommentGroup syn match dclExe "\I\i*" contained -syn match dclTodo "DEBUG\|TODO" contained +syn keyword dclTodo contained COMBAK DEBUG FIXME TODO XXX " Assignments and Operators syn match dclAssign ":==\=" |