#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Wed, 26 Jun 2019 22:06:20 +0200
changeset 24370 0ac45b7f595e
parent 24369 e796791ea838
child 24371 b38f6de3d73d
#OTHER by cg +bracketStrings
SmalltalkLanguage.st
--- a/SmalltalkLanguage.st	Wed Jun 26 22:06:12 2019 +0200
+++ b/SmalltalkLanguage.st	Wed Jun 26 22:06:20 2019 +0200
@@ -194,6 +194,16 @@
 
 !SmalltalkLanguage methodsFor:'source queries'!
 
+bracketStrings
+    "used for autoindent"
+
+    ^ #(
+            ('[' ']')     "/ blocks   
+        )
+
+    "Created: / 26-06-2019 / 22:03:42 / Claus Gittinger"
+!
+
 commentStrings
     ^ #(
             '"/'          "/ EOL comment