24 lines
985 B
EmacsLisp
24 lines
985 B
EmacsLisp
|
(define-package "lua-mode" "20230810.931" "a major-mode for editing Lua scripts"
|
||
|
'((emacs "24.3"))
|
||
|
:commit "7eb8eaa420c25477c830623b830fd18dc350cdfb" :authors
|
||
|
'(("2011-2013 immerrr" . "immerrr+lua@gmail.com")
|
||
|
("2010-2011 Reuben Thomas" . "rrt@sc3d.org")
|
||
|
("2006 Juergen Hoetzel" . "juergen@hoetzel.info")
|
||
|
("2004 various (support for Lua 5 and byte compilation)")
|
||
|
("2001 Christian Vogler" . "cvogler@gradient.cis.upenn.edu")
|
||
|
("1997 Bret Mogilefsky" . "mogul-lua@gelatinous.com")
|
||
|
("tcl-mode by Gregor Schmid" . "schmid@fb3-s7.math.tu-berlin.de")
|
||
|
("with tons of assistance from")
|
||
|
("Paul Du Bois" . "pld-lua@gelatinous.com")
|
||
|
("Aaron Smith" . "aaron-lua@gelatinous.com"))
|
||
|
:maintainers
|
||
|
'(("2011-2013 immerrr" . "immerrr+lua@gmail.com"))
|
||
|
:maintainer
|
||
|
'("2011-2013 immerrr" . "immerrr+lua@gmail.com")
|
||
|
:keywords
|
||
|
'("languages" "processes" "tools")
|
||
|
:url "https://immerrr.github.io/lua-mode")
|
||
|
;; Local Variables:
|
||
|
;; no-byte-compile: t
|
||
|
;; End:
|