-
Notifications
You must be signed in to change notification settings - Fork 0
/
AUTHORS
42 lines (27 loc) · 1.38 KB
/
AUTHORS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Thanks to:
- Thanks to xristos <[email protected]> for subprocess buffer handling
fixes (tiny change)
- Thanks to Juergen Fuhrmann <[email protected]> (tiny change)
- Thanks to guoxx <[email protected]> for imenu expression extension (tiny change).
- Vedat Hallac <github.com/vhallac> for sharing some of his fixes and updates
to core indentation logics.
- Julien Danjou <[email protected]> for a patch deriving lua-mode from
prog-mode with define-derived-mode
- Rafael Sanchez <[email protected]> for patch adding lua-mode to
interpreter-mode-alist.
- Thanks to Leonardo Etcheverry <[email protected]> for enabling narrow-to-defun
and fixing lua-send-defun.
- Thanks to Tobias Polzin <[email protected]> for function indenting patch: Indent
"(" like "{".
- Thanks to Fabien <[email protected]> for imenu patches.
- Thanks to Simon Marshall <[email protected]> and Olivier Andrieu
<[email protected]> for font-lock patches.
- Additional font-lock highlighting and indentation tweaks by Adam D. Moss
- Juergen Hoetzel <[email protected]> for hard work maintaining lua-mode during
2006 -- 2010.
- Reuben Thomas <[email protected]> for hard work maintaining lua-mode during 2010
-- 2011.
- Rolando Pereira <[email protected]> for adding support for goto keyword
Ideas:
- thanks to d87 <github.com/d87> for an idea of highlighting lua builtins