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

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

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


From: john muhl
Subject: bug#74298: [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,
  }





reply via email to

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