emacs.d/elpa/typescript-mode-20191120.346/typescript-mode-pkg.el

9 lines
254 B
EmacsLisp
Raw Normal View History

2019-11-22 22:23:12 +01:00
(define-package "typescript-mode" "20191120.346" "Major mode for editing typescript"
'((emacs "24.3"))
:keywords
'("typescript" "languages")
:url "http://github.com/ananthakumaran/typescript.el")
;; Local Variables:
;; no-byte-compile: t
;; End: