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.lz | 2022-Dec-12 | 18.2 KiB |
smalltalk-mode-4.0.0.20210415.180547.tar.lz | 2021-Apr-15 | 18.1 KiB |
smalltalk-mode-4.0.0.20210415.140547.tar.lz | 2021-Oct-09 | 18.2 KiB |
smalltalk-mode-4.0.0.20210113.195524.tar.lz | 2021-Jan-13 | 18.1 KiB |
smalltalk-mode-3.2.92.0.20200415.33442.tar.lz | 2020-Dec-14 | 18.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'