SyntaxHighlighter.st
changeset 3232 351760212601
parent 3229 379d4b04f7cf
child 3263 e128a0a397d3
--- a/SyntaxHighlighter.st	Thu Jul 25 02:38:32 2013 +0200
+++ b/SyntaxHighlighter.st	Thu Jul 25 03:24:02 2013 +0200
@@ -614,6 +614,7 @@
                 ]
             ].
         ].
+
         ok ifFalse:[
             em := preferences unimplementedSelectorEmphasis.
             fg := preferences unimplementedSelectorColor.
@@ -763,10 +764,10 @@
 !SyntaxHighlighter class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/SyntaxHighlighter.st,v 1.72 2013-07-24 19:32:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/SyntaxHighlighter.st,v 1.73 2013-07-25 01:24:02 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libcomp/SyntaxHighlighter.st,v 1.72 2013-07-24 19:32:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/SyntaxHighlighter.st,v 1.73 2013-07-25 01:24:02 cg Exp $'
 ! !