verona-mode

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

Author: Damon Kwok

Updated:

Summary

A major mode for the Verona programming language

Commentary

Description:

This is a major mode for the Verona programming language

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

Installation:

The simple way is to use package.el:

  M-x package-install verona-mode

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

Example config:

  (require 'verona-mode)

Dependencies