From 860476ffb6a285bfb478490209a0587fd8069037 Mon Sep 17 00:00:00 2001 From: LLoyderino Date: Sun, 10 May 2026 19:55:54 +0200 Subject: Upgraded nix tree-sitter grammar version --- init.el | 2 +- tree-sitter/libtree-sitter-nix.so | Bin 102920 -> 103336 bytes 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 2c7e606..de35afa 100644 --- a/init.el +++ b/init.el @@ -160,7 +160,7 @@ (java "https://github.com/tree-sitter/tree-sitter-java" "v0.23.5") (javascript "https://github.com/tree-sitter/tree-sitter-javascript" "v0.25.0") (jsdoc "https://github.com/tree-sitter/tree-sitter-jsdoc" "v0.25.0") - (nix "https://github.com/nix-community/tree-sitter-nix" "v0.3.0") + (nix "https://github.com/nix-community/tree-sitter-nix" "tree-sitter-0.25") (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") (python "https://github.com/tree-sitter/tree-sitter-python" "v0.25.0"))) diff --git a/tree-sitter/libtree-sitter-nix.so b/tree-sitter/libtree-sitter-nix.so index 505b2d3..c3d64b7 100755 Binary files a/tree-sitter/libtree-sitter-nix.so and b/tree-sitter/libtree-sitter-nix.so differ -- cgit v1.3.1