]> matita.cs.unibo.it Git - helm.git/commitdiff
No more %% comments.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 14 Jun 2005 16:18:39 +0000 (16:18 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 14 Jun 2005 16:18:39 +0000 (16:18 +0000)
helm/matita/matita.lang

index 70ad1fa00bc6caf063ebd41e91b161a8c549f50f..baccdf71430c09a83f75bc22d91205a8cd3966d7 100644 (file)
@@ -4,10 +4,6 @@
 
   <escape-char>\</escape-char>
 
-  <line-comment _name = "Line Comment" style= "Comment">
-    <start-regex>%%</start-regex>
-  </line-comment> 
-
   <block-comment _name = "Block Comment" style = "Comment">
     <start-regex>\(\*</start-regex>
     <end-regex>\*\)</end-regex>