[gtksourceview] Fix up validation



commit 412a5854e9ef84806058094f6435753374490957
Author: Paolo Borelli <pborelli gnome org>
Date:   Tue Jan 12 00:06:20 2010 +0100

    Fix up validation

 gtksourceview/language-specs/texinfo.lang |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtksourceview/language-specs/texinfo.lang b/gtksourceview/language-specs/texinfo.lang
index c04421b..3ed70bb 100644
--- a/gtksourceview/language-specs/texinfo.lang
+++ b/gtksourceview/language-specs/texinfo.lang
@@ -44,8 +44,8 @@
 
     <context id="line-comment" style-ref="comment" end-at-line-end="true" class="comment">
       <start>@c(omment)? </start>
-      <context subpattern="0" where="start" class="no-spell-check"/>
       <include>
+        <context sub-pattern="0" where="start" class="no-spell-check"/>
         <context ref="def:in-comment"/>
       </include>
     </context>
@@ -54,8 +54,8 @@
       <start>^ ignore\s*$</start>
       <end>^ end ignore\s*$</end>
       <include>
-        <context subpattern="0" where="start" class="no-spell-check"/>
-        <context subpattern="0" where="end" class="no-spell-check"/>
+        <context sub-pattern="0" where="start" class="no-spell-check"/>
+        <context sub-pattern="0" where="end" class="no-spell-check"/>
         <context ref="def:in-comment"/>
       </include>
     </context>



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