]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/matita.lang
Documentation of tinycals started.
[helm.git] / helm / software / matita / matita.lang
index b135aa78dd1720528959db574342346189c68e19..2dbd45c401d064d0fbaf6b3f2d8c0b232f4a7c47 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>
     <keyword>intros</keyword>
     <keyword>inversion</keyword>
     <keyword>lapply</keyword>
+    <keyword>linear</keyword>
     <keyword>left</keyword>
     <keyword>letin</keyword>
     <keyword>normalize</keyword>