; Fix a typo in last change.

This commit is contained in:
Eli Zaretskii 2025-04-13 11:13:36 +03:00
parent 4c6b1712a4
commit d9ad0c953b

View file

@ -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)