12 lines
266 B
Smalltalk
12 lines
266 B
Smalltalk
Extension { #name : #LePharoSnippet }
|
|
|
|
{ #category : #'*Grafoscopio-Utils-Core' }
|
|
LePharoSnippet >> markdeepCustomCloser [
|
|
^ '~~~', String lf.
|
|
]
|
|
|
|
{ #category : #'*Grafoscopio-Utils-Core' }
|
|
LePharoSnippet >> markdeepCustomOpener [
|
|
^ '~~~ Smalltalk', String lf.
|
|
]
|