[gtksourceview] lang-tutorial: some fixes



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>
 &lt;context id="include" style-ref="preprocessor"&gt;
-    &lt;match&gt;^#include (".*"|&lt;.*&gt;)&lt;/match&gt;
+    &lt;match&gt;^#include (".*"|&amp;lt;.*&amp;gt;)&lt;/match&gt;
     &lt;include&gt;
 </programlisting>
 
@@ -536,7 +536,7 @@ associating them with a context with the <code>sub-pattern</code> attribute:
 
 <programlisting>
         &lt;context id="included-file" sub-pattern="1"
-                 style-ref="package"/&gt;
+                 style-ref="included-file"/&gt;
 </programlisting>
 
 <para>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]