Mercurial > hg > RemoteEditor > vim7
diff runtime/syntax/rnc.vim @ 34:e170173ecb68 current-release
before ack base protocol.
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 26 Nov 2008 15:02:10 +0900 |
parents | 76efa0be13f1 |
children |
line wrap: on
line diff
--- a/runtime/syntax/rnc.vim Mon Nov 10 01:13:56 2008 +0000 +++ b/runtime/syntax/rnc.vim Wed Nov 26 15:02:10 2008 +0900 @@ -1,7 +1,7 @@ " Vim syntax file " Language: Relax NG compact syntax " Maintainer: Nikolai Weibull <now@bitwi.se> -" Latest Revision: 2006-04-19 +" Latest Revision: 2007-06-17 if exists("b:current_syntax") finish @@ -10,7 +10,7 @@ let s:cpo_save = &cpo set cpo&vim -setlocal iskeyword=@,48-57,_,-,. +setlocal iskeyword+=-,. syn keyword rncTodo contained TODO FIXME XXX NOTE