lua-users home
lua-l archive

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


On 03/24/2011 03:27 PM, Tony Finch wrote:
immerrr again...<immerrr+lua@gmail.com>  wrote:

    * still only ' and " are supported, work on [[...]] is in progress
Ooh, I am looking forward to that working properly.

Tony.
There's a branch named 'multiline_literals' in github repo. It already recognizes such literals properly but I haven't yet figured out how to do it properly on-fly. For now, you can bind `lua-mark-all-multiline-literals' to a key (or use default binding "lua-prefix-key C-;") and run the recognition manually.

--
Cheers,
immerrr