[gtksourceview] lang-tutorial: some fixes
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview] lang-tutorial: some fixes
- Date: Fri, 6 Sep 2013 11:41:46 +0000 (UTC)
commit 7730714e33464562b625994184b08059c8487a41
Author: Ming Hua <minghua rice edu>
Date: Fri Sep 6 13:22:03 2013 +0200
lang-tutorial: some fixes
https://bugzilla.gnome.org/show_bug.cgi?id=707531
docs/reference/lang-tutorial.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/docs/reference/lang-tutorial.xml b/docs/reference/lang-tutorial.xml
index 6157cec..23ab3bd 100644
--- a/docs/reference/lang-tutorial.xml
+++ b/docs/reference/lang-tutorial.xml
@@ -525,7 +525,7 @@ differently the included file:
<programlisting>
<context id="include" style-ref="preprocessor">
- <match>^#include (".*"|<.*>)</match>
+ <match>^#include (".*"|&lt;.*&gt;)</match>
<include>
</programlisting>
@@ -536,7 +536,7 @@ associating them with a context with the <code>sub-pattern</code> attribute:
<programlisting>
<context id="included-file" sub-pattern="1"
- style-ref="package"/>
+ style-ref="included-file"/>
</programlisting>
<para>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]