GNU bug report logs - #74298
[PATCH] ; Improve comment indenting in 'lua-ts-mode'

Previous Next

Package: emacs;

Reported by: john muhl <jm <at> pub.pink>

Date: Sun, 10 Nov 2024 18:59:01 UTC

Severity: normal

Tags: patch

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: john muhl <jm <at> pub.pink>
To: 74298 <at> debbugs.gnu.org
Subject: bug#74298: [PATCH] ; Improve comment indenting in 'lua-ts-mode'
Date: Sun, 10 Nov 2024 13:00:31 -0600
[0001-Improve-comment-indenting-in-lua-ts-mode.patch (text/x-patch, attachment)]
[Message part 2 (text/plain, inline)]

john muhl <jm <at> pub.pink> writes:

> Tags: patch
>
> This improves nested comment indenting such that:
>
>   local tbl = {
>     one = 1,
>   -- comment
>     two = 2,
>   }
>
> becomes:
>
>   local tbl = {
>     one = 1,
>     -- comment
>     two = 2,
>   }

This bug report was last modified 248 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.