lua-users home
lua-l archive

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


Petr Štetiar <ynezz@true.cz> [2010-08-18 16:16:27]:

> Peter Odding <peter@peterodding.com> [2010-08-18 16:02:16]:
> 
> >> Bug: When you add some empty lines to the start of a Lua buffer the
> >> highlighting breaks! I haven't tracked this down completely yet but it
> >> looks to be a bug somewhere deep down inside of Metalua or LuaInspect :-|
> 
> 
> Seems like the problem in luainspect html rendering was fixed by:
> 
> commit bc20388814d4e43ec2df4660bffb49ccb91b7785
> Author: David Manura <dm.git@math2.org>
> Date:   Wed Aug 18 02:58:08 2010 -0400
> 
>     core: fix tokenizer (corrupting html output)
> 
> and now it's ok. So it's for sure something related to your plugin.

Correcting myself, I've overlooked few things in the luainspect html
output[1]. Local variable variable1 is not for sure defined on line 4, it's
defined on line 5 and there's missing end for function t2() on line 12.

1. http://ynezz.true.cz/luainspect/li2.jpg

-- ynezz