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
- Host: GitHub
- URL: https://github.com/rgieseke/ta-moonscript
- Owner: rgieseke
- Created: 2012-02-23T12:53:01.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2013-10-04T13:30:02.000Z (over 12 years ago)
- Last Synced: 2024-10-16T03:25:19.846Z (over 1 year ago)
- Topics: moonscript, textadept
- Language: Lua
- Homepage:
- Size: 207 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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