Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Sep 8, 2023
1 parent 8e45bac commit f8780ec
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Eask
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
(package "elisp-tree-sitter"
(package "tree-sitter"
"0.18.0"
"Tree-sitter bindings for Emacs Lisp")
"Incremental parsing system")

(website-url "https://github.com/emacs-tree-sitter/elisp-tree-sitter")
(keywords "tree-sitter")
(keywords "languages" "tools" "parsers" "tree-sitter")

(package-file "lisp/tree-sitter.el")
(files
Expand All @@ -14,6 +14,7 @@
(source 'melpa)

(depends-on "emacs" "27.1")
(depends-on "tsc")

(development
(depends-on "rust-mode")
Expand Down

0 comments on commit f8780ec

Please sign in to comment.