SmalltalkLanguage.st
changeset 24370 0ac45b7f595e
parent 22678 1f7fff8b32a9
child 24373 1d21ad0521d9
equal deleted inserted replaced
24369:e796791ea838 24370:0ac45b7f595e
   191 
   191 
   192     "Created: / 22-08-2009 / 09:33:16 / Jan Vrany <vranyj1@fel.cvut.cz>"
   192     "Created: / 22-08-2009 / 09:33:16 / Jan Vrany <vranyj1@fel.cvut.cz>"
   193 ! !
   193 ! !
   194 
   194 
   195 !SmalltalkLanguage methodsFor:'source queries'!
   195 !SmalltalkLanguage methodsFor:'source queries'!
       
   196 
       
   197 bracketStrings
       
   198     "used for autoindent"
       
   199 
       
   200     ^ #(
       
   201             ('[' ']')     "/ blocks   
       
   202         )
       
   203 
       
   204     "Created: / 26-06-2019 / 22:03:42 / Claus Gittinger"
       
   205 !
   196 
   206 
   197 commentStrings
   207 commentStrings
   198     ^ #(
   208     ^ #(
   199             '"/'          "/ EOL comment
   209             '"/'          "/ EOL comment
   200             ('"' '"')     "/ normal comment   
   210             ('"' '"')     "/ normal comment