<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -36,11 +36,10 @@ class syntax_plugin_comment extends DokuWiki_Syntax_Plugin {
     function getSort(){ return 321; }
     
     function connectTo($mode) {
-        $this-&gt;Lexer-&gt;addSpecialPattern(&quot;/\*.*?\*/&quot;, $mode, 'plugin_comment');
-        $this-&gt;Lexer-&gt;addSpecialPattern(&quot;//.*?$&quot;, $mode, 'plugin_comment');
+        $this-&gt;Lexer-&gt;addSpecialPattern(&quot;^/\*.*?\*|\s+/\*.*?\*/&quot;, $mode, 'plugin_comment');
     }
     
     function handle($match, $state, $pos, &amp;$handler){ return ''; }            
     function render($mode, &amp;$renderer, $data) { return true; }
 }
-// vim:ts=4:sw=4:et:enc=-utf-8:
+// vim:ts=4:sw=4:et:enc=utf-8:</diff>
      <filename>syntax.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7d064aac3dabd59436b17d23e5d8b56783dd32df</id>
    </parent>
  </parents>
  <author>
    <name>Michael Klier</name>
    <email>chi@chimeric.de</email>
  </author>
  <url>http://github.com/dokufreaks/plugin-comment/commit/52986720be61f1387ae8cd4edbba2ddbcbb74ded</url>
  <id>52986720be61f1387ae8cd4edbba2ddbcbb74ded</id>
  <committed-date>2009-02-06T11:07:34-08:00</committed-date>
  <authored-date>2009-02-06T11:07:34-08:00</authored-date>
  <message>fixed regex

darcs-hash:20090206190734-23886-d2dad20afbe73c6dce260c34ec167d44c968e0cf.gz</message>
  <tree>d1de859c77a0062a2d5fc2205852a3f264166795</tree>
  <committer>
    <name>Michael Klier</name>
    <email>chi@chimeric.de</email>
  </committer>
</commit>
