blob: 1a53023c965218a97845dae547aeee0a32737f75 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
;;; typescript-mode-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*-
;;
;;; Code:
(add-to-list 'load-path (directory-file-name
(or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "typescript-mode" "typescript-mode.el" (0 0
;;;;;; 0 0))
;;; Generated autoloads from typescript-mode.el
(put 'typescript-indent-level 'safe-local-variable #'integerp)
(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))
(register-definition-prefixes "typescript-mode" '("typescript-"))
;;;***
;;;### (autoloads nil "typescript-mode-test-utilities" "typescript-mode-test-utilities.el"
;;;;;; (0 0 0 0))
;;; Generated autoloads from typescript-mode-test-utilities.el
(register-definition-prefixes "typescript-mode-test-utilities" '("font-lock-test" "get-face-at" "test-with-"))
;;;***
;;;### (autoloads nil nil ("typescript-mode-pkg.el") (0 0 0 0))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; typescript-mode-autoloads.el ends here
|