SyntaxHighlighter.st
changeset 3816 cfa6ac81379f
parent 3598 72fc8ed7472e
child 3835 087c6f2c4765
child 4113 2542528ec54a
--- a/SyntaxHighlighter.st	Tue May 03 15:49:51 2016 +0200
+++ b/SyntaxHighlighter.st	Tue May 03 15:52:44 2016 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1998 by eXept Software AG
               All Rights Reserved
@@ -548,7 +546,7 @@
                     ok := currentSubclasses contains:check.
                 ].
             ] ifFalse:[
-                aReceiverNode isConstant ifTrue:[
+                aReceiverNode isLiteral ifTrue:[
                     ok := aReceiverNode evaluate class withAllSuperclasses contains:check.
                 ] ifFalse:[
                     (aReceiverNode isGlobal 
@@ -710,10 +708,10 @@
 !SyntaxHighlighter class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/SyntaxHighlighter.st,v 1.78 2015-02-27 13:22:32 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libcomp/SyntaxHighlighter.st,v 1.78 2015-02-27 13:22:32 cg Exp $'
+    ^ '$Header$'
 ! !