zetz-mode

Homepage: https://github.com/damon-kwok/zetz-mode

Author: Damon Kwok

Updated:

Summary

A major mode for the ZetZ programming language

Commentary

Description:

This is a major mode for the ZetZ programming language

For more details, see the project page at
https://github.com/damon-kwok/zetz-mode

Installation:

The simple way is to use package.el:

  M-x package-install zetz-mode

Or, copy zetz-mode.el to some location in your Emacs load
path.  Then add "(require 'zetz-mode)" to your Emacs initialization
(.emacs, init.el, or something).

Example config:

  (require 'zetz-mode)

Dependencies