; * lisp/progmodes/js.el (js-ts-mode): Add autoload cookie.

This commit is contained in:
Yuan Fu 2022-11-21 13:46:52 -08:00
parent 3f37f6b435
commit aeadba1418
No known key found for this signature in database
GPG key ID: 56E19BC57664A442

View file

@ -3808,6 +3808,7 @@ Currently there are `js-mode' and `js-ts-mode'."
;;(syntax-propertize (point-max))
)
;;;###autoload
(define-derived-mode js-ts-mode js-base-mode "JavaScript"
"Major mode for editing JavaScript.