summaryrefslogtreecommitdiff
path: root/elpa/typescript-mode-20220506.827/typescript-mode-autoloads.el
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2022-06-07 08:21:30 -0400
committermattkae <mattkae@protonmail.com>2022-06-07 08:21:30 -0400
commitb07628dddf418d4f47b858e6c35fd3520fbaeed2 (patch)
tree376cd7b4b5daed06ac397ac23ae041e4b365ad08 /elpa/typescript-mode-20220506.827/typescript-mode-autoloads.el
parentbecff06c71d277647eda4378203d03ab36e141eb (diff)
Flycheck mode and typescript
Diffstat (limited to 'elpa/typescript-mode-20220506.827/typescript-mode-autoloads.el')
-rw-r--r--elpa/typescript-mode-20220506.827/typescript-mode-autoloads.el49
1 files changed, 49 insertions, 0 deletions
diff --git a/elpa/typescript-mode-20220506.827/typescript-mode-autoloads.el b/elpa/typescript-mode-20220506.827/typescript-mode-autoloads.el
new file mode 100644
index 0000000..1a53023
--- /dev/null
+++ b/elpa/typescript-mode-20220506.827/typescript-mode-autoloads.el
@@ -0,0 +1,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