@@ -264,7 +264,8 @@ You can use it as an alist to force install certain dependencies. e.g.,
264
264
265
265
266
266
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." )
268
269
269
270
(defun tree-sitter-langs--bundle-file (&optional ext version os )
270
271
" 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."
582
583
;;;### autoload
583
584
(defun tree-sitter-langs-install-latest-grammar (&optional skip-if-installed os keep-bundle )
584
585
" 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."
589
590
(interactive (list 't tree-sitter-langs--os nil ))
590
591
(message " Fetching the latest version of tree-sitter-langs... " )
591
592
(let ((latest-tag (tree-sitter-langs-get-latest-tag)))
0 commit comments