forked from emacs-tree-sitter/elisp-tree-sitter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEask
28 lines (20 loc) · 743 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
28
(package "tree-sitter"
"0.18.0"
"Incremental parsing system")
(website-url "https://github.com/emacs-tree-sitter/elisp-tree-sitter")
(keywords "languages" "tools" "parsers" "tree-sitter")
(package-file "lisp/tree-sitter.el")
(files
"lisp/*.el")
(script "test" "echo \"Error: no test specified\" && exit 1")
(source 'melpa)
(depends-on "emacs" "27.1")
(depends-on "tsc")
(development
(depends-on "rust-mode")
(depends-on "async")
)
(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"))