Re: Why non-escaped newlines are prohibited in single-quoted string literals?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Why non-escaped newlines are prohibited in single-quoted string literals?
- From: nobody <nobody+lua-list@...>
- Date: 2017年1月29日 16:15:57 +0100
> On 2017年01月29日 15:44, Egor Skriptunoff wrote:
>> but the text editor you are using lacks Lua syntax highlighting?
(Ah, just got another idea: If your editor "knows" that you're currently
in a string maybe you can convince it to automatically add a backslash
if you hit return / add a newline? That would get rid of you having to
think about this.)
-- nobody