lua-users home
lua-l archive

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


Hi Adam,

On Sat, Nov 16, 2002 at 09:33:47PM +0000, Adam D. Moss wrote:
> It adds highlighting of multi-line --[[]] comments, 'true'
> and 'false' keywords, and local function definition names (not
> just non-local function names).

great!

> It also more-or-less fixes the indenting of local function
> blocks so that the bodies are indented relative to the 'local'
> instead of the 'function', i.e.:

Would you mind making this a configurable option? I prefer the second
(i.e., old) behavior. :-)

> If anyone wants a copy and/or is maintaining lua-mode.el then
> let me know.

I have a dissertation to finish, so why don't you just go ahead and
add it to the Wiki?

Regards
- Christian