16 lines
502 B
EmacsLisp
16 lines
502 B
EmacsLisp
(define-package "js2-mode" "20221028.1819" "Improved JavaScript editing mode"
|
|
'((emacs "24.1")
|
|
(cl-lib "0.5"))
|
|
:commit "a297ec2c2d9aa50ddc6c06959bb5a054e17b692a" :authors
|
|
'(("Steve Yegge" . "steve.yegge@gmail.com")
|
|
("mooz" . "stillpedant@gmail.com")
|
|
("Dmitry Gutov" . "dgutov@yandex.ru"))
|
|
:maintainer
|
|
'("Steve Yegge" . "steve.yegge@gmail.com")
|
|
:keywords
|
|
'("languages" "javascript")
|
|
:url "https://github.com/mooz/js2-mode/")
|
|
;; Local Variables:
|
|
;; no-byte-compile: t
|
|
;; End:
|