; Fix a typo in last change.
This commit is contained in:
parent
4c6b1712a4
commit
d9ad0c953b
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue