]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita.lang
- added some documentation on the fwd tatcic
[helm.git] / matita / matita.lang
index 1e2f0e57c70711b1dd61d6c38852b0610b1b03a5..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>
     <keyword>do</keyword>
     <keyword>repeat</keyword>
     <keyword>first</keyword>
+    <keyword>focus</keyword>
+    <keyword>unfocus</keyword>
   </keyword-list>