ELPA Logo GNU-devel ELPA: smalltalk-mode

smalltalk-mode Atom Feed

Description
Major mode for the GNU Smalltalk programming language
Latest
smalltalk-mode-4.0.0.20221221.3.tar (.sig), 2026-Aug-16, 90.0 KiB
Maintainer
Derek Zhou <derek@3qin.us>
Other versions:
release version
Website
https://elpa.gnu.org/nongnu/smalltalk-mode.html
ELPA's Repository
CGit or Gitweb
Badge

To install this package from Emacs, use package-install or list-packages.

Full description

Major mode to edit GNU Smalltalk code (https://smalltalk.gnu.org/)
and interact with an inferior GST interactive session.

Provides the usual functionality:
- Keyword highlighting.
- Automatic indentation.
- Syntax-aware navigation.
- Code templates.
- Interacting with an Smalltalk REPL from within the source code.
- Support for prettify-symbols-mode.
- defun navigation.

News

New in 4.0:
- Completely rewritten indentation code, which now relies on SMIE
- Support for `prettify-symbols-mode'
- Use `electric-indent-mode'