mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-02-11 10:49:33 +00:00
Add smalltalk samples
(Issue: https://github.com/github/linguist/issues/3244)
This commit is contained in:
11
samples/Smalltalk/scriptWithPragma.st
Normal file
11
samples/Smalltalk/scriptWithPragma.st
Normal file
@@ -0,0 +1,11 @@
|
||||
helpers
|
||||
installGitFileTree
|
||||
"GitFileTree is the tool we will use to commit on GitHub."
|
||||
|
||||
<script>
|
||||
Metacello new
|
||||
baseline: 'FileTree';
|
||||
repository:
|
||||
'github://dalehenrich/filetree:pharo' , SystemVersion current dottedMajorMinor
|
||||
, '_dev/repository';
|
||||
load: 'Git'
|
||||
Reference in New Issue
Block a user