vimPlugins.nvim-treesitter: update grammars
This commit is contained in:
parent
d3aa4d3b45
commit
6b91d26308
1 changed files with 6 additions and 6 deletions
|
@ -238,12 +238,12 @@
|
||||||
};
|
};
|
||||||
diff = buildGrammar {
|
diff = buildGrammar {
|
||||||
language = "diff";
|
language = "diff";
|
||||||
version = "330eb64";
|
version = "1d63cd4";
|
||||||
source = fetchFromGitHub {
|
source = fetchFromGitHub {
|
||||||
owner = "the-mikedavis";
|
owner = "the-mikedavis";
|
||||||
repo = "tree-sitter-diff";
|
repo = "tree-sitter-diff";
|
||||||
rev = "330eb648bbc257b4e91621e82a85372be7dde27a";
|
rev = "1d63cd49529ef3153393cf8f620718b274bba715";
|
||||||
hash = "sha256-WK6pEUvIu6Xwsy5RuuUyNWLuSKkNkWh5R0hmyksIu8k=";
|
hash = "sha256-nAU3IFUsxcqgx/2cFoqNJXtJ7v7KRHVrfKYIVQEJCEk=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/the-mikedavis/tree-sitter-diff";
|
meta.homepage = "https://github.com/the-mikedavis/tree-sitter-diff";
|
||||||
};
|
};
|
||||||
|
@ -1016,12 +1016,12 @@
|
||||||
};
|
};
|
||||||
php = buildGrammar {
|
php = buildGrammar {
|
||||||
language = "php";
|
language = "php";
|
||||||
version = "b4a8a60";
|
version = "64a2abb";
|
||||||
source = fetchFromGitHub {
|
source = fetchFromGitHub {
|
||||||
owner = "tree-sitter";
|
owner = "tree-sitter";
|
||||||
repo = "tree-sitter-php";
|
repo = "tree-sitter-php";
|
||||||
rev = "b4a8a6048d66fcda4e8e4988bd0d9095980e303a";
|
rev = "64a2abb98a0cbf2bce23e4af6c05c78f06068886";
|
||||||
hash = "sha256-Pm0FuY34eMhX4K7pbYpNAY1WYBOO+9cFCx/j992fsg8=";
|
hash = "sha256-iAi+Cr7bW4mEbFHba+rv0afhY4v1suPGhsCK4IhcMLo=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/tree-sitter/tree-sitter-php";
|
meta.homepage = "https://github.com/tree-sitter/tree-sitter-php";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue