Skip to content

Commit 8b54407

Browse files
committed
feat: adding new sdml-ts-mode
This mode drops the external tree-sitter dependency and uses treesit.
1 parent 36c77e0 commit 8b54407

File tree

2 files changed

+1235
-0
lines changed

2 files changed

+1235
-0
lines changed

sdml-ts-mode-autoloads.el

Lines changed: 219 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,219 @@
1+
;;; sdml-ts-mode-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*-
2+
;; Generated by the `loaddefs-generate' function.
3+
4+
;; This file is part of GNU Emacs.
5+
6+
;;; Code:
7+
8+
(add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path)))
9+
10+
11+
12+
;;; Generated autoloads from flycheck_sdml-mode-abbrev.el
13+
14+
(register-definition-prefixes "flycheck_sdml-mode-abbrev" '("sdml-mode-abbrev-"))
15+
16+
17+
;;; Generated autoloads from sdml-mode.el
18+
19+
(autoload 'sdml-mode "sdml-mode" "\
20+
A major mode for editing SDML (Simple Domain Modeling Language) files.
21+
22+
This major mode will, by default, enable the following minor modes:
23+
24+
- `abbrev-mode'
25+
- `prettify-symbols-mode' (see `sdml-mode-prettify-symbols-alist')
26+
- `tree-sitter-mode'
27+
- `sdml-mode-ctags-mode'
28+
29+
Key bindings:
30+
\\{sdml-mode-map}
31+
32+
(fn)" t)
33+
(add-to-list 'auto-mode-alist '("\\.sdml?\\'" . sdml-mode))
34+
(register-definition-prefixes "sdml-mode" '("sdml-mode-"))
35+
36+
37+
;;; Generated autoloads from sdml-mode-abbrev.el
38+
39+
(register-definition-prefixes "sdml-mode-abbrev" '("sdml-mode-abbrev-"))
40+
41+
42+
;;; Generated autoloads from sdml-mode-cli.el
43+
44+
(register-definition-prefixes "sdml-mode-cli" '("sdml-mode-cli-"))
45+
46+
47+
;;; Generated autoloads from sdml-mode-ctags.el
48+
49+
(autoload 'sdml-mode-ctags-mode "sdml-mode-ctags" "\
50+
Minor mode to provide tagging of SDML source.
51+
52+
Key bindings:
53+
{sdml-mode-ctags-mode-map}
54+
55+
This is a minor mode. If called interactively, toggle the
56+
`Sdml-Mode-Ctags mode' mode. If the prefix argument is positive,
57+
enable the mode, and if it is zero or negative, disable the mode.
58+
59+
If called from Lisp, toggle the mode if ARG is `toggle'. Enable
60+
the mode if ARG is nil, omitted, or is a positive number.
61+
Disable the mode if ARG is a negative number.
62+
63+
To check whether the minor mode is enabled in the current buffer,
64+
evaluate `sdml-mode-ctags-mode'.
65+
66+
The mode's hook is called both when the mode is enabled and when
67+
it is disabled.
68+
69+
(fn &optional ARG)" t)
70+
(register-definition-prefixes "sdml-mode-ctags" '("sdml-mode-ctags-"))
71+
72+
73+
;;; Generated autoloads from sdml-mode-hl.el
74+
75+
(autoload 'sdml-mode-hl-mode "sdml-mode-hl" "\
76+
Minor mode to provide highlighting of SDML source.
77+
78+
This is a minor mode. If called interactively, toggle the
79+
`Sdml-Mode-Hl mode' mode. If the prefix argument is positive,
80+
enable the mode, and if it is zero or negative, disable the mode.
81+
82+
If called from Lisp, toggle the mode if ARG is `toggle'. Enable
83+
the mode if ARG is nil, omitted, or is a positive number.
84+
Disable the mode if ARG is a negative number.
85+
86+
To check whether the minor mode is enabled in the current buffer,
87+
evaluate `sdml-mode-hl-mode'.
88+
89+
The mode's hook is called both when the mode is enabled and when
90+
it is disabled.
91+
92+
(fn &optional ARG)" t)
93+
(register-definition-prefixes "sdml-mode-hl" '("sdml-mode-"))
94+
95+
96+
;;; Generated autoloads from sdml-mode-indent.el
97+
98+
(autoload 'sdml-mode-indent-mode "sdml-mode-indent" "\
99+
Minor mode to provide indentation when editing SDML source.
100+
101+
This is a minor mode. If called interactively, toggle the
102+
`Sdml-Mode-Indent mode' mode. If the prefix argument is
103+
positive, enable the mode, and if it is zero or negative, disable
104+
the mode.
105+
106+
If called from Lisp, toggle the mode if ARG is `toggle'. Enable
107+
the mode if ARG is nil, omitted, or is a positive number.
108+
Disable the mode if ARG is a negative number.
109+
110+
To check whether the minor mode is enabled in the current buffer,
111+
evaluate `sdml-mode-indent-mode'.
112+
113+
The mode's hook is called both when the mode is enabled and when
114+
it is disabled.
115+
116+
(fn &optional ARG)" t)
117+
(register-definition-prefixes "sdml-mode-indent" '("sdml-mode-indent-"))
118+
119+
120+
;;; Generated autoloads from sdml-ts-mode.el
121+
122+
(autoload 'sdml-ts-mode "sdml-ts-mode" "\
123+
A major mode for editing SDML (Simple Domain Modeling Language) files.
124+
125+
This major mode will, by default, enable the following minor modes:
126+
127+
- `abbrev-mode'
128+
- `prettify-symbols-mode' (see `sdml-ts-mode-prettify-symbols-alist')
129+
- `tree-sitter-mode'
130+
- `sdml-ts-mode-ctags-mode'
131+
132+
Key bindings:
133+
\\{sdml-ts-mode-map}
134+
135+
(fn)" t)
136+
(add-to-list 'auto-mode-alist '("\\.sdml?\\'" . sdml-ts-mode))
137+
(register-definition-prefixes "sdml-ts-mode" '("sdml-ts-mode-"))
138+
139+
140+
;;; Generated autoloads from flycheck_sdml-mode-indent.el
141+
142+
(autoload 'sdml-mode-indent-mode "flycheck_sdml-mode-indent" "\
143+
Minor mode to provide indentation when editing SDML source.
144+
145+
This is a minor mode. If called interactively, toggle the
146+
`Sdml-Mode-Indent mode' mode. If the prefix argument is
147+
positive, enable the mode, and if it is zero or negative, disable
148+
the mode.
149+
150+
If called from Lisp, toggle the mode if ARG is `toggle'. Enable
151+
the mode if ARG is nil, omitted, or is a positive number.
152+
Disable the mode if ARG is a negative number.
153+
154+
To check whether the minor mode is enabled in the current buffer,
155+
evaluate `sdml-mode-indent-mode'.
156+
157+
The mode's hook is called both when the mode is enabled and when
158+
it is disabled.
159+
160+
(fn &optional ARG)" t)
161+
(register-definition-prefixes "flycheck_sdml-mode-indent" '("sdml-mode-indent-"))
162+
163+
164+
;;; Generated autoloads from flycheck_sdml-mode-hl.el
165+
166+
(autoload 'sdml-mode-hl-mode "flycheck_sdml-mode-hl" "\
167+
Minor mode to provide highlighting of SDML source.
168+
169+
This is a minor mode. If called interactively, toggle the
170+
`Sdml-Mode-Hl mode' mode. If the prefix argument is positive,
171+
enable the mode, and if it is zero or negative, disable the mode.
172+
173+
If called from Lisp, toggle the mode if ARG is `toggle'. Enable
174+
the mode if ARG is nil, omitted, or is a positive number.
175+
Disable the mode if ARG is a negative number.
176+
177+
To check whether the minor mode is enabled in the current buffer,
178+
evaluate `sdml-mode-hl-mode'.
179+
180+
The mode's hook is called both when the mode is enabled and when
181+
it is disabled.
182+
183+
(fn &optional ARG)" t)
184+
(register-definition-prefixes "flycheck_sdml-mode-hl" '("sdml-mode-"))
185+
186+
187+
188+
;;; Generated autoloads from flycheck_sdml-mode.el
189+
190+
(autoload 'sdml-mode "flycheck_sdml-mode" "\
191+
A major mode for editing SDML (Simple Domain Modeling Language) files.
192+
193+
This major mode will, by default, enable the following minor modes:
194+
195+
- `abbrev-mode'
196+
- `prettify-symbols-mode' (see `sdml-mode-prettify-symbols-alist')
197+
- `tree-sitter-mode'
198+
- `sdml-mode-ctags-mode'
199+
200+
Key bindings:
201+
\\{sdml-mode-map}
202+
203+
(fn)" t)
204+
(add-to-list 'auto-mode-alist '("\\.sdml?\\'" . sdml-mode))
205+
(register-definition-prefixes "flycheck_sdml-mode" '("sdml-mode-"))
206+
207+
;;; End of scraped data
208+
209+
(provide 'sdml-ts-mode-autoloads)
210+
211+
;; Local Variables:
212+
;; version-control: never
213+
;; no-byte-compile: t
214+
;; no-update-autoloads: t
215+
;; no-native-compile: t
216+
;; coding: utf-8-emacs-unix
217+
;; End:
218+
219+
;;; sdml-ts-mode-autoloads.el ends here

0 commit comments

Comments
 (0)