Author: mkrueger
Date: 2008-02-17 18:36:58 -0500 (Sun, 17 Feb 2008)
New Revision: 96016

Modified:
   trunk/monodevelop/main/src/addins/Mono.Texteditor/ChangeLog
   trunk/monodevelop/main/src/addins/Mono.Texteditor/VBNetSyntaxMode.xml
Log:
* VBNetSyntaxMode.xml: Fixed VB.NET syntax mode (comments).

Modified: trunk/monodevelop/main/src/addins/Mono.Texteditor/ChangeLog
===================================================================
--- trunk/monodevelop/main/src/addins/Mono.Texteditor/ChangeLog 2008-02-17 
23:36:21 UTC (rev 96015)
+++ trunk/monodevelop/main/src/addins/Mono.Texteditor/ChangeLog 2008-02-17 
23:36:58 UTC (rev 96016)
@@ -1,3 +1,7 @@
+2008-02-18  Mike Krüger <[EMAIL PROTECTED]> 
+
+       * VBNetSyntaxMode.xml: Fixed VB.NET syntax mode (comments).
+
 2008-02-17  Mike Krüger <[EMAIL PROTECTED]> 
 
        * Mono.TextEditor/TextUtil.cs, Mono.TextEditor/TextEditor.cs: Worked on

Modified: trunk/monodevelop/main/src/addins/Mono.Texteditor/VBNetSyntaxMode.xml
===================================================================
--- trunk/monodevelop/main/src/addins/Mono.Texteditor/VBNetSyntaxMode.xml       
2008-02-17 23:36:21 UTC (rev 96015)
+++ trunk/monodevelop/main/src/addins/Mono.Texteditor/VBNetSyntaxMode.xml       
2008-02-17 23:36:58 UTC (rev 96016)
@@ -38,11 +38,6 @@
                <Begin>"</Begin>
                <End>"</End>
        </Span>
-
-       <Span color = "literal" stopateol = "true" escape="\">
-               <Begin>&apos;</Begin>
-               <End>&apos;</End>
-       </Span>
        
        <Keywords color = "kw:access" ignorecase="True">
                <Word>Me</Word>

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to