An open API service indexing awesome lists of open source software.

https://github.com/rgieseke/ta-moonscript

A MoonScript module for the Textadept editor - written in MoonScript
https://github.com/rgieseke/ta-moonscript

moonscript textadept

Last synced: 6 months ago
JSON representation

A MoonScript module for the Textadept editor - written in MoonScript

Awesome Lists containing this project

README

          

## [MoonScript](http://moonscript.org) module for the [Textadept](http://foicica.com/textadept/) editor

### Installation

Clone this repository into your `.textadept/modules` directory:

cd ~/.textadept/modules
git clone https://github.com/rgieseke/ta-moonscript.git moonscript

Optionally, download a copy of the MoonScript lexer from

into your `lexers` directory, e.g.

cd ~/.textadept/lexers
wget https://raw.github.com/leafo/moonscript/master/extra/scintillua/lexers/moonscript.lua

Add

% MoonScript
textadept.file_types.extensions.moon = 'moonscript'

to your `~/.textadept/init.lua` file.

### Notes

This was my first attempt at writing MoonScript, pull requests welcome!

To edit and compile the module with the watch option run
moonc -w init.moon
in your terminal.

### License
[MIT](http://www.opensource.org/licenses/mit-license.php)

2012-13, Robert Gieseke, robert.gieseke@gmail.com