branch: elpa/lua-mode
commit e17a48c1862a80afecbe805d4170d9345d75234e
Author: immerrr <[email protected]>
Commit: immerrr <[email protected]>
Give credit to people participated recently
---
lua-mode.el | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/lua-mode.el b/lua-mode.el
index 9a3f5ad..a81624d 100644
--- a/lua-mode.el
+++ b/lua-mode.el
@@ -37,6 +37,12 @@
;;; Commentary:
+;; Thanks to Rafael Sanchez <[email protected]> for patch
+;; adding lua-mode to interpreter-mode-alist
+
+;; Thanks to Leonardo Etcheverry <[email protected]> for enabling
+;; narrow-to-defun functionality
+
;; Thanks to Tobias Polzin <[email protected]> for function indenting
;; patch: Indent "(" like "{"