AUTHORS (1414B)
1 Thanks to: 2 3 - Thanks to xristos <xristos@sdf.lonestar.org> for subprocess buffer handling 4 fixes (tiny change) 5 6 - Thanks to Juergen Fuhrmann <juergen.fuhrmann@web.de> (tiny change) 7 8 - Thanks to guoxx <guoxx@me.com> for imenu expression extension (tiny change). 9 10 - Vedat Hallac <github.com/vhallac> for sharing some of his fixes and updates 11 to core indentation logics. 12 13 - Julien Danjou <julien@danjou.info> for a patch deriving lua-mode from 14 prog-mode with define-derived-mode 15 16 - Rafael Sanchez <rafael@cornerdimension.com> for patch adding lua-mode to 17 interpreter-mode-alist. 18 19 - Thanks to Leonardo Etcheverry <leo@kalio.net> for enabling narrow-to-defun 20 and fixing lua-send-defun. 21 22 - Thanks to Tobias Polzin <polzin@gmx.de> for function indenting patch: Indent 23 "(" like "{". 24 25 - Thanks to Fabien <fleutot@gmail.com> for imenu patches. 26 27 - Thanks to Simon Marshall <simonm@mail.esrin.esa.it> and Olivier Andrieu 28 <oandrieu@gmail.com> for font-lock patches. 29 30 - Additional font-lock highlighting and indentation tweaks by Adam D. Moss 31 <adam@gimp.org>. 32 33 - Juergen Hoetzel <juergen@hoetzel.info> for hard work maintaining lua-mode during 34 2006 -- 2010. 35 36 - Reuben Thomas <rrt@sc3d.org> for hard work maintaining lua-mode during 2010 37 -- 2011. 38 39 - Rolando Pereira <rolando_pereira@sapo.pt> for adding support for goto keyword 40 41 Ideas: 42 - thanks to d87 <github.com/d87> for an idea of highlighting lua builtins