summaryrefslogtreecommitdiffstats
path: root/runtime/syntax/rnoweb.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/syntax/rnoweb.vim')
-rw-r--r--runtime/syntax/rnoweb.vim5
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/syntax/rnoweb.vim b/runtime/syntax/rnoweb.vim
index 7a106ecb9d..9805f677c8 100644
--- a/runtime/syntax/rnoweb.vim
+++ b/runtime/syntax/rnoweb.vim
@@ -1,8 +1,8 @@
" Vim syntax file
" Language: R noweb Files
" Maintainer: Johannes Ranke <jranke@uni-bremen.de>
-" Last Change: 2006 Apr 18
-" Version: 0.5
+" Last Change: 2006 Apr 25
+" Version: 0.6
" SVN: $Id$
" Remarks: - This file is inspired by the proposal of
" Fernando Henrique Ferraz Pereira da Rosa <feferraz@ime.usp.br>
@@ -50,6 +50,7 @@ syn cluster rnoweb contains=rnowebChunk,rnowebChunkReference,rnowebDelimiter,rno
" Highlighting {{{1
hi def link rnowebDelimiter Delimiter
hi def link rnowebSweaveOpts Statement
+hi def link rnowebChunkReference Delimiter
let b:current_syntax = "rnoweb"
" vim: foldmethod=marker: