@@ -264,7 +264,8 @@ You can use it as an alist to force install certain dependencies. e.g.,
264264
265265 (cpp (\" tree-sitter-c@0.20.6\" ))
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