SyntaxHighlighter2.st
changeset 17371 ffbfab2b0c09
parent 15714 cf4df6faaa96
child 17858 b2633d40e03f
--- a/SyntaxHighlighter2.st	Wed Feb 08 00:57:48 2017 +0100
+++ b/SyntaxHighlighter2.st	Wed Feb 08 00:58:59 2017 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2010 by Jan Vrany, SWING Research Group. CTU in Prague
               All Rights Reserved
@@ -299,13 +297,15 @@
 
 initialize
 
+    <modifier: #super> "must be called if redefined"
+
     super initialize.
     elements := ParseTreeIndex new.
     lastVariableElements := Dictionary new.
 
     "Created: / 14-02-2010 / 13:08:27 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 21-08-2011 / 09:37:35 / cg"
     "Modified: / 16-02-2012 / 09:59:58 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 08-02-2017 / 00:31:42 / cg"
 ! !
 
 !SyntaxHighlighter2 methodsFor:'parsing-expressions'!