Skip to content

Commit 065531e

Browse files
committed
fix: Byte-compile warnings
1 parent 2c0ec69 commit 065531e

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

Diff for: Eask

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(package "tree-sitter-langs"
2-
"0.12.18"
2+
"0.12.165"
33
"Grammar bundle for tree-sitter")
44

55
(website-url "https://github.com/emacs-tree-sitter/tree-sitter-langs")

Diff for: tree-sitter-langs-build.el

+6-5
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,8 @@ You can use it as an alist to force install certain dependencies. e.g.,
264264
265265
(cpp (\"[email protected]\"))
266266
267-
This can serve as a temporary workaround in case the upstream parsers encounter issues.")
267+
This can serve as a temporary workaround in case the upstream parsers
268+
encounter issues.")
268269

269270
(defun tree-sitter-langs--bundle-file (&optional ext version os)
270271
"Return the grammar bundle file's name, with optional EXT.
@@ -582,10 +583,10 @@ In case of retrieval or parsing error, logs an error message and returns nil."
582583
;;;###autoload
583584
(defun tree-sitter-langs-install-latest-grammar (&optional skip-if-installed os keep-bundle)
584585
"Install the latest version of the tree-sitter-langs grammar bundle.
585-
Automatically retrieves the latest version tag from GitHub.
586-
If SKIP-IF-INSTALLED is non-nil, skips if the latest version is already installed.
587-
OS specifies the operating system.
588-
If KEEP-BUNDLE is non-nil, the downloaded bundle file is not deleted after installation."
586+
Automatically retrieves the latest version tag from GitHub. If
587+
SKIP-IF-INSTALLED is non-nil, skips if the latest version is already installed.
588+
OS specifies the operating system. If KEEP-BUNDLE is non-nil, the downloaded
589+
bundle file is not deleted after installation."
589590
(interactive (list 't tree-sitter-langs--os nil))
590591
(message "Fetching the latest version of tree-sitter-langs...")
591592
(let ((latest-tag (tree-sitter-langs-get-latest-tag)))

0 commit comments

Comments
 (0)