9 lines
251 B
EmacsLisp
Raw Normal View History

2019-10-20 16:24:07 -05:00
(define-package "js2-mode" "20171014.1229" "Improved JavaScript editing mode"
'((emacs "24.1")
(cl-lib "0.5"))
:url "https://github.com/mooz/js2-mode/" :keywords
'("languages" "javascript"))
;; Local Variables:
;; no-byte-compile: t
;; End: