Skip to content

Commit

Permalink
vimPlugins.nvim-treesitter: update grammars
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaetan Lepage authored and GaetanLepage committed Oct 19, 2024
1 parent d75a41a commit 80efa2b
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -846,12 +846,12 @@
};
gitcommit = buildGrammar {
language = "gitcommit";
version = "0.0.0+rev=66e2585";
version = "0.0.0+rev=67ab180";
src = fetchFromGitHub {
owner = "gbprod";
repo = "tree-sitter-gitcommit";
rev = "66e2585f4a3e73e768d42ef1223a5fb0a447bae6";
hash = "sha256-TZYdYTyDjvbvkuaKORLpQBqkcSCdG7ZSO1Jo64YkJ3o=";
rev = "67ab180883ba5ce3f5b0a5f4288cc6d9f9d83a5d";
hash = "sha256-5ieeIuUcaky3gWcrCrPXEGzfqom3Kv6rR8CEaWk797k=";
};
meta.homepage = "https://github.com/gbprod/tree-sitter-gitcommit";
};
Expand Down Expand Up @@ -2333,12 +2333,12 @@
};
regex = buildGrammar {
language = "regex";
version = "0.0.0+rev=123552e";
version = "0.0.0+rev=58f4caf";
src = fetchFromGitHub {
owner = "tree-sitter";
repo = "tree-sitter-regex";
rev = "123552e5849fae9a7c536eac84d471579c7f3328";
hash = "sha256-qcVZHrhlx66usrG5aapYdyv8Tx2wK4ZivjzsDNLpmsY=";
rev = "58f4caf9db12db3b38b81c77d274aa73c9e85aca";
hash = "sha256-IeAp2fEdxVf8r/f8B85ex5Y5DL8Z1ZOqovjVyMBIOKM=";
};
meta.homepage = "https://github.com/tree-sitter/tree-sitter-regex";
};
Expand Down

0 comments on commit 80efa2b

Please sign in to comment.