From d9ad0c953be1da33c2a7df0d5cae3358bf2b7b1a Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 13 Apr 2025 11:13:36 +0300 Subject: [PATCH] ; Fix a typo in last change. --- lisp/progmodes/lua-ts-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/lua-ts-mode.el b/lisp/progmodes/lua-ts-mode.el index 0919369d15a..87b035e27b0 100644 --- a/lisp/progmodes/lua-ts-mode.el +++ b/lisp/progmodes/lua-ts-mode.el @@ -669,7 +669,7 @@ Calls REPORT-FN directly." (setq-local comment-start-skip "--\\s-*") (setq-local comment-end "") (setq-local block-comment-start "--[[" ) - (setq-local block-comment-end "]]")) + (setq-local block-comment-end "]]") ;; Font-lock. (setq-local treesit-font-lock-settings lua-ts--font-lock-settings)