SmallSense__SmalltalkSyntaxHighlighter.st
branchcvs_MAIN
changeset 1013 0d91497e2147
parent 840 75c664b4f848
child 1016 2583025a1205
--- a/SmallSense__SmalltalkSyntaxHighlighter.st	Tue Feb 07 13:26:58 2017 +0100
+++ b/SmallSense__SmalltalkSyntaxHighlighter.st	Wed Feb 08 00:59:14 2017 +0100
@@ -294,13 +294,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:39 / cg"
 ! !
 
 !SmalltalkSyntaxHighlighter methodsFor:'parsing-expressions'!