From 1f51393b68a40e293ecabe8ebb3d5e1bc3524dd2 Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Thu, 1 Apr 2004 23:21:28 +0000 Subject: Add stuff to butCmd para so that constructs like \c don't break inside \quote{...} [originally from svn r4034] --- misc/halibut.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc') diff --git a/misc/halibut.vim b/misc/halibut.vim index 6443471..d109ad7 100644 --- a/misc/halibut.vim +++ b/misc/halibut.vim @@ -3,7 +3,7 @@ " Maintainer: Jacob Nevins " URL: http://www.chiark.greenend.org.uk/~sgtatham/halibut/ " Filenames: *.but -" Version: $Id: halibut.vim,v 1.6 2004/04/01 23:06:46 jtn Exp $ +" Version: $Id: halibut.vim,v 1.7 2004/04/01 23:21:28 jtn Exp $ " I've never been entirely comfortable with vim's syntax highlighting " facilities, so this may have all sorts of nasty loose ends, corner cases @@ -101,7 +101,7 @@ syn match butCmdSpecific "\\[kK]{\@=" nextgroup=butIdentArg syn match butLiteral "\\u\x*" nextgroup=butTextArg " Command cluster. -syn cluster butCmd contains=butCmdGeneric,butCmdSpecific,ButComment +syn cluster butCmd contains=butCmdGeneric,butCmdSpecific,butComment,butQuoteLit,butQLEmph,butCommentPara,butLiteral " Types of argument. XXX is this cluster still useful? syn cluster butArgument contains=butTextArg,butIdentArg,butEmphArgmbutCfgArg,butIdentArgH,butTextArgH -- cgit v1.1