Re: syntax highlighting Lua
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: syntax highlighting Lua
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2002年1月19日 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