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

9 lines
255 B
EmacsLisp
Raw Normal View History

2020-03-17 13:10:50 +01:00
(define-package "typescript-mode" "20200312.2235" "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: