branch: elpa/lua-mode
commit 93848557d6d0851dad48d377e27e318ab3980a2c
Author: immerrr <[email protected]>
Commit: immerrr <[email protected]>
lua-mark-all-multiline-literals: run when during lua-mode initialization
---
lua-mode.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/lua-mode.el b/lua-mode.el
index 96c73e9..37c1ab6 100644
--- a/lua-mode.el
+++ b/lua-mode.el
@@ -366,6 +366,7 @@ The following keys are bound:
nil lua-forward-sexp)))
(set (make-local-variable 'parse-sexp-lookup-properties) t)
+ (lua-mark-all-multiline-literals)
(run-hooks 'lua-mode-hook)))
;;;###autoload