all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#74298: [PATCH] ; Improve comment indenting in 'lua-ts-mode'
@ 2024-11-10 18:58 john muhl
  2024-11-10 19:00 ` john muhl
  0 siblings, 1 reply; 3+ messages in thread
From: john muhl @ 2024-11-10 18:58 UTC (permalink / raw)
  To: 74298

Tags: patch

This improves nested comment indenting such that:

  local tbl = {
    one = 1,
  -- comment
    two = 2,
  }

becomes:

  local tbl = {
    one = 1,
    -- comment
    two = 2,
  }





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-11-14  8:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-10 18:58 bug#74298: [PATCH] ; Improve comment indenting in 'lua-ts-mode' john muhl
2024-11-10 19:00 ` john muhl
2024-11-14  8:15   ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.