8 lines
296 B
EmacsLisp
8 lines
296 B
EmacsLisp
(define-package "typescript-mode" "0.4" "Major mode for editing typescript"
|
|
'((emacs "24.3"))
|
|
:commit "b369d7d2518fa11760ac3908a383405350cd51d2" :keywords
|
|
'("typescript" "languages")
|
|
:url "http://github.com/ananthakumaran/typescript.el")
|
|
;; Local Variables:
|
|
;; no-byte-compile: t
|
|
;; End:
|