Packaging Lepiter extensions.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2022-01-28 16:55:44 -05:00
parent 05ea5bfa3f
commit c281f782a1
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
Extension { #name : #LePharoSnippet }
{ #category : #'*Grafoscopio-Utils-Core' }
LePharoSnippet >> markdeepCustomCloser [
^ '~~~', String lf.
]
{ #category : #'*Grafoscopio-Utils-Core' }
LePharoSnippet >> markdeepCustomOpener [
^ '~~~ Smalltalk', String lf.
]