SyntaxHighlighter.st
changeset 4113 2542528ec54a
parent 3816 cfa6ac81379f
child 4199 6004749f33b2
--- a/SyntaxHighlighter.st	Wed Feb 08 00:58:55 2017 +0100
+++ b/SyntaxHighlighter.st	Wed Feb 08 00:58:57 2017 +0100
@@ -162,6 +162,8 @@
 !SyntaxHighlighter methodsFor:'initialization'!
 
 initialize
+    <modifier: #super> "must be called if redefined"
+
     super initialize.
 
     foldConstants := false.
@@ -171,8 +173,8 @@
 
     fullSelectorCheck := preferences fullSelectorCheck.
 
-    "Created: / 31.3.1998 / 15:12:55 / cg"
-    "Modified: / 5.1.1980 / 00:44:03 / cg"
+    "Created: / 31-03-1998 / 15:12:55 / cg"
+    "Modified: / 08-02-2017 / 00:31:32 / cg"
 ! !
 
 !SyntaxHighlighter methodsFor:'syntax detection'!