CodeMirror 2: Smalltalk mode

        html anchor callback: [ count := count + 1 ]; with: '++'.
 1
2
3
4
5
6
 
" 
    This is a test of the Smalltalk code
"
Seaside.WAComponent subclass: #MyCounter [
    | count |
    MyCounter class >> canBeRoot [ ^true ]

Simple Smalltalk mode.

MIME types defined: text/x-stsrc.