Install typescript-mode
This commit is contained in:
parent
6d2edee35e
commit
b534222789
@ -0,0 +1,30 @@
|
|||||||
|
;;; typescript-mode-autoloads.el --- automatically extracted autoloads
|
||||||
|
;;
|
||||||
|
;;; Code:
|
||||||
|
(add-to-list 'load-path (or (file-name-directory #$) (car load-path)))
|
||||||
|
|
||||||
|
;;;### (autoloads nil "typescript-mode" "typescript-mode.el" (22490
|
||||||
|
;;;;;; 51268 392000 0))
|
||||||
|
;;; Generated autoloads from typescript-mode.el
|
||||||
|
|
||||||
|
(autoload 'typescript-mode "typescript-mode" "\
|
||||||
|
Major mode for editing typescript.
|
||||||
|
|
||||||
|
Key bindings:
|
||||||
|
|
||||||
|
\\{typescript-mode-map}
|
||||||
|
|
||||||
|
\(fn)" t nil)
|
||||||
|
|
||||||
|
(eval-after-load 'folding '(when (fboundp 'folding-add-to-marks-list) (folding-add-to-marks-list 'typescript-mode "// {{{" "// }}}")))
|
||||||
|
|
||||||
|
(add-to-list 'auto-mode-alist '("\\.ts$" . typescript-mode))
|
||||||
|
|
||||||
|
;;;***
|
||||||
|
|
||||||
|
;; Local Variables:
|
||||||
|
;; version-control: never
|
||||||
|
;; no-byte-compile: t
|
||||||
|
;; no-update-autoloads: t
|
||||||
|
;; End:
|
||||||
|
;;; typescript-mode-autoloads.el ends here
|
@ -0,0 +1 @@
|
|||||||
|
(define-package "typescript-mode" "20160719.2353" "Major mode for editing typescript" 'nil :url "http://github.com/ananthakumaran/typescript.el" :keywords '("typescript" "languages"))
|
2082
elpa/typescript-mode-20160719.2353/typescript-mode.el
Normal file
2082
elpa/typescript-mode-20160719.2353/typescript-mode.el
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user