We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79bb3fa commit 1d44e10Copy full SHA for 1d44e10
langs/tree-sitter-langs-build.el
@@ -20,6 +20,15 @@
20
(require 'pcase)
21
(require 'cl-lib))
22
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
+
32
(declare-function dired-omit-mode "dired-x" (&optional arg))
33
(declare-function magit-get-current-tag "magit-git" (&optional rev with-distance))
34
(declare-function magit-rev-parse "magit-git" (&rest args))
0 commit comments