forked from emacs-tree-sitter/tree-sitter-langs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Eask
27 lines (19 loc) · 868 Bytes
/
Eask
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
(package "tree-sitter-langs"
"0.12.18"
"Grammar bundle for tree-sitter")
(website-url "https://github.com/emacs-tree-sitter/tree-sitter-langs")
(keywords "languages" "tools" "parsers" "tree-sitter")
(package-file "tree-sitter-langs.el")
(script "test" "echo \"Error: no test specified\" && exit 1")
(source 'melpa)
(files "tree-sitter-langs.el"
"tree-sitter-langs-build.el"
;; XXX: Figure out how to include only .scm files under a level of directories.
"queries"
"queries/*")
(depends-on "emacs" "25.1")
(depends-on "tree-sitter")
(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432
;; Use GNU tar in Windows
(when (memq system-type '(cygwin windows-nt ms-dos))
(setq package-build-tar-executable "C:/Program Files/Git/usr/bin/tar.exe"))