mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-01-23 09:45:57 +00:00
Add smalltalk samples
(Issue: https://github.com/github/linguist/issues/3244)
This commit is contained in:
8
samples/Smalltalk/categories.st
Normal file
8
samples/Smalltalk/categories.st
Normal file
@@ -0,0 +1,8 @@
|
||||
SystemOrganization addCategory: #ChartJs!
|
||||
SystemOrganization addCategory: 'ChartJs-Component'!
|
||||
SystemOrganization addCategory: 'ChartJs-Demo'!
|
||||
SystemOrganization addCategory: 'ChartJs-Exception'!
|
||||
SystemOrganization addCategory: 'ChartJs-Library'!
|
||||
SystemOrganization addCategory: 'ChartJs-Model'!
|
||||
SystemOrganization addCategory: 'ChartJs-Style'!
|
||||
SystemOrganization addCategory: 'ChartJs-Types'!
|
||||
Reference in New Issue
Block a user