branch: elpa/lua-mode
commit d66ec8e219de42928fb21292886763f9a5251d41
Author: immerrr <[email protected]>
Commit: immerrr <[email protected]>
Remove broken multiline literal font-locking
---
lua-mode.el | 4 ----
1 file changed, 4 deletions(-)
diff --git a/lua-mode.el b/lua-mode.el
index e24495a..be6dac1 100644
--- a/lua-mode.el
+++ b/lua-mode.el
@@ -264,10 +264,6 @@ traceback location."
'("\\(\\(\\sw:\\|\\sw\\.\\|\\sw_\\|\\sw\\)+\\)[ \t]*=[
\t]*\\(function\\)\\_>"
(1 font-lock-function-name-face nil t) (3 font-lock-keyword-face))
- ;; Multi-line string literals.
- '("[^-]\\[=*\\[\\(\\([^]]\\|][^]]\\|]=+[^]]\\)*?\\)]=*]"
- (1 font-lock-string-face t))
-
;; Keywords.
(concat "\\_<"
(regexp-opt '("and" "break" "do" "else" "elseif" "end" "false"