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


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: john muhl <jm <at> pub.pink>
To: bug-gnu-emacs <at> gnu.org
Subject: [PATCH] ; Improve comment indenting in 'lua-ts-mode'
Date: Sun, 10 Nov 2024 12:58:24 -0600
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.