doomemacs/modules/tools/tree-sitter/packages.el

11 lines
426 B
EmacsLisp
Raw Normal View History

;; -*- no-byte-compile: t; -*-
;;; tools/tree-sitter/packages.el
(package! tree-sitter :pin "3cfab8a0e945db9b3df84437f27945746a43cc71")
bump: :tools NicolasPetton/pass@c721604b3bd0 -> NicolasPetton/pass@ed7031c5c33a Silex/docker.el@6997c86a24d4 -> Silex/docker.el@d5255a65b724 alphapapa/magit-todos@cadf29d1cc41 -> alphapapa/magit-todos@debb77b3589f andras-simonyi/citeproc-el@290320fc579f -> andras-simonyi/citeproc-el@c61c98b9d230 doomelpa/code-review@26f426e99221 -> doomelpa/code-review@c34ff1ee64c7 editorconfig/editorconfig-emacs@2fed9599bcfe -> editorconfig/editorconfig-emacs@4b81a5992858 emacs-citar/citar-org-roam@761eed66782f -> emacs-citar/citar-org-roam@7d67dccf8006 emacs-citar/citar@2c0547db57f2 -> emacs-citar/citar@885b86f6733f emacs-lsp/lsp-mode@02c5ba59ce3d -> emacs-lsp/lsp-mode@fb88cc6b8bca emacs-straight/eglot@f73594f58989 -> emacs-straight/eglot@cd4e45b700b1 emacs-straight/rainbow-mode@24437ec2c66a -> emacs-straight/rainbow-mode@70ed10d410ef emacs-tree-sitter/tree-sitter-langs@5eb24557f542 -> emacs-tree-sitter/tree-sitter-langs@20fbbb85735a emacsorphanage/quickrun@6f963189305e -> emacsorphanage/quickrun@248149b02610 hcl-emacs/terraform-mode@39d2fd5bfc86 -> hcl-emacs/terraform-mode@e8b57df8c2a3 jacktasia/dumb-jump@d9503c157ab8 -> jacktasia/dumb-jump@ede6a04187e7 magit/forge@ba35ffc9bafc -> magit/forge@b16b6ec4f761 magit/magit@48818355728c -> magit/magit@54d37dc14c3f meain/evil-textobj-tree-sitter@9a9edd42a2dc -> meain/evil-textobj-tree-sitter@220ceae06585 purcell/envrc@33d01388ce7f -> purcell/envrc@1385e72a7309 rejeep/prodigy.el@a3be00d3b90a -> rejeep/prodigy.el@cc68fa9d604a tmalsburg/helm-bibtex@ef07adfeda1e -> tmalsburg/helm-bibtex@bf184cc311c9 xuchunyang/osx-dictionary.el@0715e5a3ac65 -> xuchunyang/osx-dictionary.el@1f5a74f3e5d7 yoshiki/yaml-mode@3fcb36d6039b -> yoshiki/yaml-mode@5b58248ab255 zx2c4/password-store@28cec11f1dbe -> zx2c4/password-store@b5e965a838bb
2024-02-04 19:07:25 -05:00
(package! tree-sitter-langs :pin "20fbbb85735a9196ba3e7fb33f99b3a904b363ba")
(package! tree-sitter-indent :pin "4ef246db3e4ff99f672fe5e4b416c890f885c09e")
(when (modulep! :editor evil +everywhere)
(package! evil-textobj-tree-sitter
bump: :tools NicolasPetton/pass@c721604b3bd0 -> NicolasPetton/pass@ed7031c5c33a Silex/docker.el@6997c86a24d4 -> Silex/docker.el@d5255a65b724 alphapapa/magit-todos@cadf29d1cc41 -> alphapapa/magit-todos@debb77b3589f andras-simonyi/citeproc-el@290320fc579f -> andras-simonyi/citeproc-el@c61c98b9d230 doomelpa/code-review@26f426e99221 -> doomelpa/code-review@c34ff1ee64c7 editorconfig/editorconfig-emacs@2fed9599bcfe -> editorconfig/editorconfig-emacs@4b81a5992858 emacs-citar/citar-org-roam@761eed66782f -> emacs-citar/citar-org-roam@7d67dccf8006 emacs-citar/citar@2c0547db57f2 -> emacs-citar/citar@885b86f6733f emacs-lsp/lsp-mode@02c5ba59ce3d -> emacs-lsp/lsp-mode@fb88cc6b8bca emacs-straight/eglot@f73594f58989 -> emacs-straight/eglot@cd4e45b700b1 emacs-straight/rainbow-mode@24437ec2c66a -> emacs-straight/rainbow-mode@70ed10d410ef emacs-tree-sitter/tree-sitter-langs@5eb24557f542 -> emacs-tree-sitter/tree-sitter-langs@20fbbb85735a emacsorphanage/quickrun@6f963189305e -> emacsorphanage/quickrun@248149b02610 hcl-emacs/terraform-mode@39d2fd5bfc86 -> hcl-emacs/terraform-mode@e8b57df8c2a3 jacktasia/dumb-jump@d9503c157ab8 -> jacktasia/dumb-jump@ede6a04187e7 magit/forge@ba35ffc9bafc -> magit/forge@b16b6ec4f761 magit/magit@48818355728c -> magit/magit@54d37dc14c3f meain/evil-textobj-tree-sitter@9a9edd42a2dc -> meain/evil-textobj-tree-sitter@220ceae06585 purcell/envrc@33d01388ce7f -> purcell/envrc@1385e72a7309 rejeep/prodigy.el@a3be00d3b90a -> rejeep/prodigy.el@cc68fa9d604a tmalsburg/helm-bibtex@ef07adfeda1e -> tmalsburg/helm-bibtex@bf184cc311c9 xuchunyang/osx-dictionary.el@0715e5a3ac65 -> xuchunyang/osx-dictionary.el@1f5a74f3e5d7 yoshiki/yaml-mode@3fcb36d6039b -> yoshiki/yaml-mode@5b58248ab255 zx2c4/password-store@28cec11f1dbe -> zx2c4/password-store@b5e965a838bb
2024-02-04 19:07:25 -05:00
:pin "220ceae065852ef4f717fa41efd1ab51ca2346d3"))