genexpr-mode

Homepage: https://github.com/larme/genexpr-mode

Author: Zhao Shenyang

Updated:

Summary

Major mode for editing GenExpr files

Commentary

This package provides a major mode for editing GenExpr files used in
Max/MSP's gen~ object.  It includes syntax highlighting and indentation
support for GenExpr code.

To use this mode, simply open a .genexpr file or add the following to
your Emacs configuration:

(require 'genexpr-mode)
(add-to-list 'auto-mode-alist '("\\.genexpr\\'" . genexpr-mode))

Dependencies