]> matita.cs.unibo.it Git - helm.git/commitdiff
hack to allow (**)
authorFerruccio Guidi <ferruccio.guidi@unibo.it>
Mon, 19 Jun 2006 16:15:24 +0000 (16:15 +0000)
committerFerruccio Guidi <ferruccio.guidi@unibo.it>
Mon, 19 Jun 2006 16:15:24 +0000 (16:15 +0000)
matita/matita.lang

index b135aa78dd1720528959db574342346189c68e19..44d6fd16a9eaf420149e13d64fc4ac3d64481a97 100644 (file)
@@ -4,15 +4,15 @@
 
   <escape-char>\</escape-char>
 
+  <block-comment _name = "Commented Code" style = "Comment">
+    <start-regex>\(\*\*[^\)]</start-regex>
+    <end-regex>[^\(]\*\*\)</end-regex>
+  </block-comment>
+
   <block-comment _name = "Block Comment" style = "Comment">
     <start-regex>\(\*</start-regex>
     <end-regex>\*\)</end-regex>
   </block-comment>
-  
-  <block-comment _name = "Commented Code" style = "Comment">
-    <start-regex>\(\*\*</start-regex>
-    <end-regex>\*\*\)</end-regex>
-  </block-comment>
 
   <keyword-list _name = "Theorem Kinds" style = "Keyword" case-sensitive="TRUE">
     <keyword>theorem</keyword>