Skip to content

Commit 1d44e10

Browse files
committed
langs: Show a warning so that straight.el users switch to the new repo
1 parent 79bb3fa commit 1d44e10

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

langs/tree-sitter-langs-build.el

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@
2020
(require 'pcase)
2121
(require 'cl-lib))
2222

23+
(eval-and-compile
24+
(display-warning
25+
'tree-sitter-langs
26+
"This is a deprecated version of `tree-sitter-langs'.
27+
New developement is on https://github.com/ubolonton/tree-sitter-langs. If you
28+
are using `straight.el', please update the recipe `tree-sitter-langs'. This can
29+
usually be done by updating the `melpa' package."
30+
:emergency))
31+
2332
(declare-function dired-omit-mode "dired-x" (&optional arg))
2433
(declare-function magit-get-current-tag "magit-git" (&optional rev with-distance))
2534
(declare-function magit-rev-parse "magit-git" (&rest args))

0 commit comments

Comments
 (0)