mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Add smalltalk samples
(Issue: https://github.com/github/linguist/issues/3244)
This commit is contained in:
8
samples/Smalltalk/baselineDependency.st
Normal file
8
samples/Smalltalk/baselineDependency.st
Normal file
@@ -0,0 +1,8 @@
|
||||
dependencies
|
||||
neoJSON: spec
|
||||
spec
|
||||
configuration: 'NeoJSON'
|
||||
with: [ spec
|
||||
className: 'ConfigurationOfNeoJSON';
|
||||
version: #stable;
|
||||
repository: 'http://smalltalkhub.com/mc/SvenVanCaekenberghe/Neo/main' ]
|
||||
Reference in New Issue
Block a user