Files
emacs/lisp/js2-mode/js2-mode-pkg.el
2025-06-22 17:08:08 +02:00

16 lines
657 B
EmacsLisp

;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "js2-mode" "20241205.140"
"Improved JavaScript editing mode."
'((emacs "24.1")
(cl-lib "0.5"))
:url "https://github.com/mooz/js2-mode/"
:commit "e0c302872de4d26a9c1614fac8d6b94112b96307"
:revdesc "e0c302872de4"
:keywords '("languages" "javascript")
:authors '(("Steve Yegge" . "steve.yegge@gmail.com")
("mooz" . "stillpedant@gmail.com")
("Dmitry Gutov" . "dmitry@gutov.dev"))
:maintainers '(("Steve Yegge" . "steve.yegge@gmail.com")
("mooz" . "stillpedant@gmail.com")
("Dmitry Gutov" . "dmitry@gutov.dev")))