mini Emacs major modes

GNU Emacs icon

[2021/11/13]

This is a collection of "mini" Emacs major modes for:
general highlighting, assembly/asm, FORTH, Lua.

Goal was to write minimal Elisp code for moderate degree of highlighting.
Written for GNU Emacs-27.1.

These modes will configure tabs and disable auto-indenting
(if that isn't wanted, comment-out those sections).

To use:
For example, put this in ~/.emacs to activate Lua mini-mode:
(load-file "lua-mini-mode.el")

Download:
emacsMiniModes_20211113.tar.gz
SHA256: d29def75192e255e1db3141a6e5ce66c0820eb074b077343638109932171edc6 emacsMiniModes_20211113.tar.gz

License:
Apache License 2.0 (compatible with GNU GPL 3).