-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathscala-ts-mode-autoloads.el
35 lines (23 loc) · 995 Bytes
/
scala-ts-mode-autoloads.el
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
;;; scala-ts-mode-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*-
;; Generated by the `loaddefs-generate' function.
;; This file is part of GNU Emacs.
;;; Code:
(add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path)))
;;; Generated autoloads from scala-ts-mode.el
(autoload 'scala-ts-mode "scala-ts-mode" "\
Major mode for Scala files using tree-sitter.
(fn)" t)
(add-to-list 'auto-mode-alist '("\\.scala\\'" . scala-ts-mode))
(add-to-list 'auto-mode-alist '("\\.sc\\'" . scala-ts-mode))
(add-to-list 'auto-mode-alist '("\\.sbt\\'" . scala-ts-mode))
(register-definition-prefixes "scala-ts-mode" '("scala-ts-"))
;;; End of scraped data
(provide 'scala-ts-mode-autoloads)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; no-native-compile: t
;; coding: utf-8-emacs-unix
;; End:
;;; scala-ts-mode-autoloads.el ends here