Provides support for editing Wren, providing indentation and syntactical font-locking.
A continuation of v2e4lisp mode for my own joy of learning Emacs and Wren.
Copy wren-mode.el
somewhere on your load path
and require
it.
(add-to-list 'load-path "~/.emacs.d/lisp")
(require 'wren-mode)
Not yet