tup-mode

Homepage: https://github.com/ejmr/tup-mode

Author: Eric James Michael Ritz

Updated:

Summary

Major mode for editing files for Tup

Commentary

Place this file somewhere in your Emacs Lisp path, i.e. `load-path',
and add this to your `.emacs' file:

    (require 'tup-mode)

Files ending with the `*.tup' extension, or files named `Tupfile'
or `tup.config' automatically enable tup-mode.

Dependencies