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

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

bug#69088: [PATCH] Eagerly indent first field in tables in lua-ts-mode


From: Dmitry Gutov
Subject: bug#69088: [PATCH] Eagerly indent first field in tables in lua-ts-mode
Date: Tue, 13 Feb 2024 05:21:34 +0200
User-agent: Mozilla Thunderbird

On 13/02/2024 04:49, john muhl via Bug reports for GNU Emacs, the Swiss army knife of text editors wrote:
+     ((and (lambda (node &rest _) (null node))
+           (parent-is "table_constructor"))

That's probably the same as (match null "table_constructor")





reply via email to

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