vimPlugins.nvim-treesitter: revert some grammars

Failing checkhealths

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman
2025-06-17 11:51:18 -05:00
parent b057317d52
commit 088e86337d
@@ -895,12 +895,12 @@
};
gdscript = buildGrammar {
language = "gdscript";
version = "0.0.0+rev=2ed3ef9";
version = "0.0.0+rev=48b4933";
src = fetchFromGitHub {
owner = "PrestonKnopp";
repo = "tree-sitter-gdscript";
rev = "2ed3ef9e30a7998a98eea4dfbcd308678f93b88f";
hash = "sha256-I/agMiJlg3Ddf+tkM+80b/TtA6yXaGl5ndFrhYfBhRU=";
rev = "48b49330888a4669b48619b211cc8da573827725";
hash = "sha256-mGmrCK3nGSzi/66mOxvpRyTA9b74aTMSoIISqzj+l90=";
};
meta.homepage = "https://github.com/PrestonKnopp/tree-sitter-gdscript";
};
@@ -1558,12 +1558,12 @@
};
julia = buildGrammar {
language = "julia";
version = "0.0.0+rev=18b739c";
version = "0.0.0+rev=12a3aed";
src = fetchFromGitHub {
owner = "tree-sitter";
repo = "tree-sitter-julia";
rev = "18b739c1563c83fc816170a4241adfa4b69e5c47";
hash = "sha256-DLzbu/r+CNQinHDoy4IihHHbr/j+WDMfimn03gWNO5s=";
rev = "12a3aede757bc7fbdfb1909507c7a6fddd31df37";
hash = "sha256-527US8LI8ZItb/O0em47+v4HnYnhJd48KBAWpasD62E=";
};
meta.homepage = "https://github.com/tree-sitter/tree-sitter-julia";
};
@@ -3006,12 +3006,12 @@
};
tcl = buildGrammar {
language = "tcl";
version = "0.0.0+rev=8f11ac7";
version = "0.0.0+rev=f15e711";
src = fetchFromGitHub {
owner = "tree-sitter-grammars";
repo = "tree-sitter-tcl";
rev = "8f11ac7206a54ed11210491cee1e0657e2962c47";
hash = "sha256-JrGSHGolf7OhInxotXslw1QXxJscl+bXCxZPYJeBfTY=";
rev = "f15e711167661d1ba541d4f62b9dbfc4ce61ec56";
hash = "sha256-173xUAc2/LMDQSTEM3l3R4UuF/R5fdUyhEpXv6Eh02s=";
};
meta.homepage = "https://github.com/tree-sitter-grammars/tree-sitter-tcl";
};