[PATCH] bad highlighting of Requires in spec
- From: Jindrich Novy <jnovy redhat com>
- To: MC Devel <mc-devel gnome org>
- Subject: [PATCH] bad highlighting of Requires in spec
- Date: Sat, 02 Sep 2006 08:43:02 +0200
Hi all,
the current spec.syntax incorrectly highlights these spec tags:
Requires(pre):
Requires(post):
Requires(preun):
Requires(postun):
because it doesn't assume the Requires can be specified for pre, post,
etc. installation phases.
Jindrich
--
Jindrich Novy <jnovy redhat com>, http://people.redhat.com/jnovy/
(o_ _o)
//\ The worst evil in the world is refusal to think. //\
V_/_ _\_V
--- mc/syntax/spec.syntax.jn 2006-07-14 21:51:24.000000000 +0200
+++ mc/syntax/spec.syntax 2006-09-02 08:36:45.000000000 +0200
@@ -29,6 +29,7 @@
keyword whole Provides: green
keyword whole Release: green
keyword whole Requires: green
+ keyword whole Requires(\[abcdefghijklmnopqrstuvwxyz\]): green
keyword whole Root: green
keyword whole Serial: white
keyword whole Source\[0123456789\]: green
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]