Skip to content

emacsfodder/moonscript-mode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

moonscript-mode

An Emacs major mode for moonscript source files and for moonscript repl. Modified from stuff I found in @GriffinSchneider's Emacs configs

Installation

Manual

$ cd ~/.emacs.d/vendor
$ git clone https://github.com/k2052/moonscript-mode.git

And add following to your .emacs file:

(add-to-list 'load-path "~/.emacs.d/vendor/moonscript-mode")
(require 'moonscript-mode)
(require 'moonscriptrepl-mode)

Via Package.el

I've not pushed this to any package sites yet but will as I soon as I figure out the package definitions. This is my first emacs package :)

Usage

With a REPL

If you load up a moonscript REPL (see https://github.com/leafo/moonscript/wiki/Moonscriptrepl) you can then hit:

M-X moonscriptrepl-mode

to activate.

Improvements and more docs will come as I need them.

Support

If you found this repo useful please consider supporting me on Gittip or sending me some bitcoin 1csGsaDCFLRPPqugYjX93PEzaStuqXVMu

About

An Emacs mode for moonscript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%