Re: Lua code pretty-printer
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua code pretty-printer
- From: Alexander Gladysh <agladysh@...>
- Date: 2010年9月20日 10:11:30 +0400
On Mon, Sep 20, 2010 at 09:55, Jacob Jay <jacob@verse.org> wrote:
> On 19 Sep 2010, at 7:38 PM, Alexander Gladysh wrote:
>> I'm looking for a robust Lua code (not data!) pretty-printer. Do you know one?
> http://pygments.org/
> I believe it's what's used by the various web-based dCVS services when displaying code.
Nice link, I haven't heard about this one, thanks.
But this is syntax highlighter. And I'm looking for pretty-printer (or
auto-formatter if you like). Like astyle.
Thanks,
Alexander.