smalltalk-mode 
- Description
- Major mode for the GNU Smalltalk programming language
- Latest
- smalltalk-mode.tar (.sig), 2024-Mar-31, 0.02 KiB
- Maintainer
- Derek Zhou <derek@3qin.us>
- Other versions:
- development version
- Website
- https://elpa.gnu.org/nongnu/smalltalk-mode.html
- 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-3.2.92.tar.lz | 2019-Apr-12 | 12.2 KiB |
News
New in 4.0: - Completely rewritten indentation code, which now relies on SMIE - Support for `prettify-symbols-mode' - Use `electric-indent-mode'