Add smalltalk samples

(Issue: https://github.com/github/linguist/issues/3244)
This commit is contained in:
Cyril Ferlicot
2016-09-24 17:32:35 +02:00
parent e424e8e88c
commit bed8add2f5
5 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
rendering
renderTitleId: divId on: html
^ html div
id: #title , divId;
class: #aClass;
with: [
html heading
level3;
with: self data title ]