[gtksourceview] rpmspec.lang: fix changelog highlighting
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview] rpmspec.lang: fix changelog highlighting
- Date: Sat, 1 Oct 2011 13:44:07 +0000 (UTC)
commit 48bb0bea30750acb058ff75e8c04c35cde74e88c
Author: Edward Sheldrake <ejsheldrake gmail com>
Date: Wed Sep 28 20:09:24 2011 +0100
rpmspec.lang: fix changelog highlighting
Match other macros last otherwise they may match other parts.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=660389
data/language-specs/rpmspec.lang | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/language-specs/rpmspec.lang b/data/language-specs/rpmspec.lang
index 597e829..5b73eff 100644
--- a/data/language-specs/rpmspec.lang
+++ b/data/language-specs/rpmspec.lang
@@ -192,11 +192,11 @@
<context ref="directory-macro"/>
<context ref="command-macro"/>
<context ref="conditional-macro"/>
- <context ref="other-macro"/>
<context ref="flow"/>
<context ref="rpm-var"/>
<context ref="command-switch"/>
<context ref="changelog-section"/>
+ <context ref="other-macro"/>
</include>
</context>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]