[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: syntax highlighting Lua
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sat, 19 Jan 2002 09:54:38 -0200
>>Also, we're considering adding block comments to Lua in the form --[[...]]
>
>Will they be recursive?
Yes, just like [[..]] strings: they end at the matching ]].
--lhf