SyntaxHighlighter.st
changeset 865 580b3f73021b
parent 863 4e8b99196457
child 868 f49c96b8c843
--- a/SyntaxHighlighter.st	Thu Jun 24 00:29:32 1999 +0200
+++ b/SyntaxHighlighter.st	Thu Jun 24 00:48:23 1999 +0200
@@ -461,32 +461,6 @@
     "Modified: / 1.4.1998 / 13:14:43 / cg"
 !
 
-markSelectorFrom:pos1 to:pos2
-
-"/ uncommenting the code below
-"/ will suppress highlighting of common selectors ...
-"/
-"/    (#(
-"/        'ifTrue:' 
-"/        'ifFalse:'
-"/        'not'
-"/        'and:'
-"/        'or:'
-"/        '='
-"/        '=='
-"/        '~='
-"/        '~~'
-"/    ) includes:tokenName) ifTrue:[
-"/        ^ self
-"/    ].
-
-    self 
-        markFrom:pos1 to:pos2 
-        withEmphasis:selectorEmphasis color:selectorColor
-
-    "Modified: / 1.4.1998 / 13:14:43 / cg"
-!
-
 markSelfFrom:pos1 to:pos2
     self 
         markFrom:pos1 to:pos2 
@@ -591,5 +565,5 @@
 !SyntaxHighlighter class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/SyntaxHighlighter.st,v 1.19 1999-06-23 22:26:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/SyntaxHighlighter.st,v 1.20 1999-06-23 22:48:23 cg Exp $'
 ! !