mirror of
https://github.com/leafo/moonscript.git
synced 2024-11-22 02:44:23 +00:00
996 B
996 B
MoonScript for scintillua
MoonScript syntax file for SciTE written in Lua for scintillua.
Windows Binary
Windows users can get a all-included package ready for MoonScript Development:
If you already have a ScITE installation, or are on another platform, follow the directions below.
Installation
Install SciTE, then install scintillua.
Put moonscript.properties
in in your ScITE installation folder or user
properties folder.
Copy the entire contents of the lexers
folder in this repository into your
scintillua lexers
folder.
In your lexers
folder edit lpeg.properties
, add to the end:
file.patterns.moonscript=*.moon
lexer.$(file.patterns.moonscript)=lpeg_moonscript
Optionally, enable the Moon theme, find lexer.peg.color.theme
in the same
file and change it to:
lexer.lpeg.color.theme=moon