Skip to content

Commit

Permalink
Remove extra newline
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Nov 14, 2023
1 parent bb9fc1a commit e7dc66d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tree-sitter-langs-build.el
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,6 @@ non-nil."
(when (bound-and-true-p dired-omit-mode)
(dired-omit-mode -1)))))))


(defun tree-sitter-langs-get-latest-tag ()
"Retrieve the latest tag for tree-sitter-langs from GitHub.
In case of retrieval or parsing error, logs an error message and returns nil."
Expand All @@ -547,7 +546,6 @@ In case of retrieval or parsing error, logs an error message and returns nil."
(message "Error retrieving the latest version of tree-sitter-langs.")
nil)))


;;;###autoload
(defun tree-sitter-langs-install-latest-grammar (&optional skip-if-installed os keep-bundle)
"Install the latest version of the tree-sitter-langs grammar bundle.
Expand All @@ -564,7 +562,6 @@ If KEEP-BUNDLE is non-nil, the downloaded bundle file is not deleted after insta
(tree-sitter-langs-install-grammars skip-if-installed latest-tag os keep-bundle))
(message "Failed to retrieve the latest version."))))


(defun tree-sitter-langs--copy-query (lang-symbol &optional force)
"Copy highlights.scm file of LANG-SYMBOL to `tree-sitter-langs--queries-dir'.
This assumes the repo has already been set up, for example by
Expand Down

0 comments on commit e7dc66d

Please sign in to comment.