[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Syntax Highlight for Lua Script
- From: Peter Shook <pshook@...>
- Date: Thu, 3 Apr 2003 03:53:25 -0500
I rewrote the lexer in Lua-5.0, so now it should be portable.
See the links at the bottom of this page:
http://lua-users.org/wiki/LexicalAnalysis
It would be a little harder to get it to work in Lua-4.0, but it could be
done.
- Peter Shook
On Wednesday 02 April 2003 21:40, you wrote:
> Is this portable? Will it work in Lua 4.0? I'd love to set up a CGI with
> something like this on it, for formatting of embedded code used in my
> product.
>