diff --git a/modules/lang/python/config.el b/modules/lang/python/config.el index afe69fe9c..6a1822f73 100644 --- a/modules/lang/python/config.el +++ b/modules/lang/python/config.el @@ -22,8 +22,7 @@ (when (modulep! +tree-sitter) (set-tree-sitter! 'python-mode 'python-ts-mode `((python :url "https://github.com/tree-sitter/tree-sitter-python" - :rev ,(if (< (treesit-library-abi-version) 15) "v0.23.6") - :commit "bffb65a8cfe4e46290331dfef0dbf0ef3679de11")))) + :rev ,(if (< (treesit-library-abi-version) 15) "v0.23.6" "v0.25.0"))))) :config ;; HACK: `python-base-mode' (and `python-ts-mode') don't exist on pre-29