emacs-tree-sitter/elisp-tree-sitter@3cfab8a0e9 -> emacs-tree-sitter/elisp-tree-sitter@02fe7b86d9 tree-sitter was bumped inee10764
, but the bump was reverted by mistake in7719991
because the default branch in tree-sitter's MELPA recipe is release, not master, which confused the doom/bump-package* commands. This partially reverts7719991
to undo the de-bump. Amend:7719991bad
Ref:ee10764c22
10 lines
453 B
EmacsLisp
10 lines
453 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/tree-sitter/packages.el
|
|
|
|
(package! tree-sitter :recipe (:branch "master") :pin "02fe7b86d92b1aab954045146469b7893f0ab371")
|
|
(package! tree-sitter-langs :pin "a06804e13fc1d24d0099b44ce23d6ac5e6bac5b8")
|
|
(package! tree-sitter-indent :pin "4ef246db3e4ff99f672fe5e4b416c890f885c09e")
|
|
|
|
(when (modulep! :editor evil +everywhere)
|
|
(package! evil-textobj-tree-sitter
|
|
:pin "a19ab9d89a00f4a04420f9b5d61b66f04fea5261"))
|