https://github.com/metascript/metascript-mode.git
git clone 'git://github.com/metascript/metascript-mode.git'
A Metascript language mode for Emacs.
Keyboard shortcut | Description ——————————-|——————————- C-M-f | Move to the next block. C-M-b | Move to the previous block. C-M-Space | Mark the next block. C-c, | Run the tests. C-c M-j | Launch or activate the REPL. C-M-x | Evaluate active region. Definitions become available in the REPL.
Usual compilation-minor-mode shortcuts.
Available from MELPA.
M-x package-install <ENTER> metascript-mode
M-x customize-group metascript
Have fun!