MIMETypes.st
changeset 2937 67ef44218dc0
parent 2924 808feaad1bb3
child 2942 693d381bc775
--- a/MIMETypes.st	Thu Sep 01 11:32:25 2011 +0200
+++ b/MIMETypes.st	Tue Sep 06 10:50:34 2011 +0200
@@ -137,7 +137,7 @@
 
     TypeToCommentStringMapping 
         at:'application/x-batch-script'
-        put:#('rem ' (nil nil)).         "/ 'rem ' for EOL comments only
+        put:#('@REM ' '@rem ' 'REM ' 'rem ' (nil nil)).         "/ 'rem ' for EOL comments only
 
     "/ the following is ST/X specific
     TypeToCommentStringMapping 
@@ -199,7 +199,7 @@
         at:'rs'
         put:#(';' (nil nil)).
 
-    "Modified: / 07-04-2007 / 16:12:05 / cg"
+    "Modified: / 06-09-2011 / 10:46:27 / cg"
 !
 
 initializeDefaultCommands
@@ -1321,11 +1321,11 @@
 !MIMETypes class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.115 2011-07-12 17:08:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.116 2011-09-06 08:50:34 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.115 2011-07-12 17:08:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.116 2011-09-06 08:50:34 cg Exp $'
 ! !
 
 MIMETypes initialize!