bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#66159: 30.0.50; lua-ts-mode semantic indentation problems


From: Andrey Listopadov
Subject: bug#66159: 30.0.50; lua-ts-mode semantic indentation problems
Date: Tue, 03 Oct 2023 22:13:23 +0300
User-agent: mu4e 1.8.11; emacs 30.0.50

john muhl <jm@pub.pink> writes:

> Whoops. Looks like I forgot to update the patch before sending. This one
> should be better.
>
> [2. text/x-patch; 0001-Various-improvements-in-lus-ts-mode-Bug-66159.patch]...

Thanks! I tried the patch, and it works great! I noticed a small
indentation problem:

function (...)
    return (function (x)
        return x
            end)(foo(...))
end

probably this should be:

function (...)
    return (function (x)
                return x
            end)(...)
end

The movement now works great, thanks.

--
Andrey Listopadov





reply via email to

[Prev in Thread] Current Thread [Next in Thread]