Files
emacsd/elpa/typescript-mode-20191025.1425/typescript-mode-pkg.el
Raymundo Vásquez Ruiz 22a9de120e added typescript and readme
2019-10-27 19:05:34 +01:00

9 lines
255 B
EmacsLisp

(define-package "typescript-mode" "20191025.1425" "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: