lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 19 August 2011 21:52, leaf corcoran <leafot@gmail.com> wrote:
> Just vim so far: http://moonscript.org/#extras_and_addons
>
>
> On Thu, Aug 18, 2011 at 9:19 AM, Patrick Mc(avery
> <patrick@spellingbeewinnars.org> wrote:
>> Hi Leaf
>>
>> Is there a syntax file for an editor?-Patrick
>>

Since Moonscript is based on LPeg itself, why not try making a
Scintillua [1] / TextAdept [2] style lexer, which also uses LPeg? The
documentation can be found here [3].

[1] http://code.google.com/p/scintillua/
[2] http://code.google.com/p/textadept/
[3] http://caladbolg.net/luadoc/textadept/modules/lexer.html