[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,
}
- bug#74298: [PATCH] ; Improve comment indenting in 'lua-ts-mode',
john muhl <=