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:
9
samples/Smalltalk/renderSeasideExampleOn..st
Normal file
9
samples/Smalltalk/renderSeasideExampleOn..st
Normal 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 ]
|
||||
Reference in New Issue
Block a user