GNU-devel ELPA - smalltalk-mode

smalltalk-mode

Description
Major mode for the GNU Smalltalk programming language
Latest
smalltalk-mode-4.0.0.20221221.82225.tar (.sig), 2024-Mar-31, 90.0 KiB
Maintainer
Derek Zhou <derek@3qin.us>
Atom feed
smalltalk-mode.xml
Website
https://elpa.gnu.org/packages/smalltalk-mode.html
Browse 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.

Old versions

smalltalk-mode-4.0.0.20221212.220106.tar.lz2022-Dec-1218.2 KiB
smalltalk-mode-4.0.0.20210415.180547.tar.lz2021-Apr-1518.1 KiB
smalltalk-mode-4.0.0.20210415.140547.tar.lz2021-Oct-0918.2 KiB
smalltalk-mode-4.0.0.20210113.195524.tar.lz2021-Jan-1318.1 KiB
smalltalk-mode-3.2.92.0.20200415.33442.tar.lz2020-Dec-1418.1 KiB

News

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