mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
; * lisp/progmodes/js.el (js-ts-mode): Add autoload cookie.
This commit is contained in:
parent
3f37f6b435
commit
aeadba1418
1 changed files with 1 additions and 0 deletions
|
|
@ -3808,6 +3808,7 @@ Currently there are `js-mode' and `js-ts-mode'."
|
||||||
;;(syntax-propertize (point-max))
|
;;(syntax-propertize (point-max))
|
||||||
)
|
)
|
||||||
|
|
||||||
|
;;;###autoload
|
||||||
(define-derived-mode js-ts-mode js-base-mode "JavaScript"
|
(define-derived-mode js-ts-mode js-base-mode "JavaScript"
|
||||||
"Major mode for editing JavaScript.
|
"Major mode for editing JavaScript.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue