vimPlugins.nvim-treesitter: update grammars

This commit is contained in:
Gaetan Lepage 2023-12-04 00:25:18 +01:00
parent 393847ddf8
commit de1aca9bcf

View File

@ -506,12 +506,12 @@
};
elm = buildGrammar {
language = "elm";
version = "0.0.0+rev=debe14f";
version = "0.0.0+rev=0ae8d47";
src = fetchFromGitHub {
owner = "elm-tooling";
repo = "tree-sitter-elm";
rev = "debe14fad40a8100c679d95c66f599b48111742c";
hash = "sha256-tB03/AqoYIMyWFGv3nKlGY/EjNV1/IQyXQsC+0M51V8=";
rev = "0ae8d475281a25e9d7ab1068a952ff9a1615c0df";
hash = "sha256-MCvzk5sJiA/JgQqI6fyVnjy5mA7bwmZvzWwdKS0PDQc=";
};
meta.homepage = "https://github.com/elm-tooling/tree-sitter-elm";
};