ParserFlags.st
changeset 4174 69d1587aa226
parent 4149 acf5605cc099
child 4179 ad49e7852c6d
--- a/ParserFlags.st	Fri Jul 28 10:34:28 2017 +0200
+++ b/ParserFlags.st	Fri Jul 28 10:34:37 2017 +0200
@@ -1037,9 +1037,9 @@
 allowSTXDelimiterComments
     "token delimited comments;
      these are multiline comments of the form:
-	''>>TOKEN
-	   ... anything, including double quotes
-	TOKEN>>''
+        ''>>TOKEN
+           ... anything, including double quotes
+        TOKEN>>''
      (the '' being a double quote in the above)
      Such comments are especially useful to comment pieces of sample code, which may
      contain another comment in it, but you don't want to make them all EOL comments
@@ -1048,6 +1048,8 @@
     "
 
     ^ AllowSTXDelimiterComments
+
+    "Modified (comment): / 28-07-2017 / 10:32:54 / cg"
 !
 
 allowSTXDelimiterComments:aBoolean