From 0341f62b3edeb71276f9ecd84f51357a6870b1d5 Mon Sep 17 00:00:00 2001 From: LLoyderino Date: Mon, 3 Nov 2025 19:22:21 +0100 Subject: Added python treesitter grammar --- init.el | 3 ++- tree-sitter/libtree-sitter-python.so | Bin 0 -> 489168 bytes 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100755 tree-sitter/libtree-sitter-python.so diff --git a/init.el b/init.el index 0784c7b..4e4f778 100644 --- a/init.el +++ b/init.el @@ -191,7 +191,8 @@ (jsdoc "https://github.com/tree-sitter/tree-sitter-jsdoc" "v0.25.0") (nix "https://github.com/nix-community/tree-sitter-nix" "v0.3.0") (php "https://github.com/tree-sitter/tree-sitter-php" "v0.23.12" "php/src") - (phpdoc "https://github.com/claytonrcarter/tree-sitter-phpdoc" "v0.1.6"))) + (phpdoc "https://github.com/claytonrcarter/tree-sitter-phpdoc" "v0.1.6") + (python "https://github.com/tree-sitter/tree-sitter-python" "v0.25.0"))) ;; PHP (add-to-list 'auto-mode-alist '("\\.php\\'" . php-ts-mode)) diff --git a/tree-sitter/libtree-sitter-python.so b/tree-sitter/libtree-sitter-python.so new file mode 100755 index 0000000..f6d096d Binary files /dev/null and b/tree-sitter/libtree-sitter-python.so differ -- cgit v1.3.1