vimPlugins.nvim-treesitter: update grammars

This commit is contained in:
Gaetan Lepage 2023-07-21 13:50:00 +02:00
parent ff63a617e1
commit 85ea766d4b

View File

@ -1186,12 +1186,12 @@
};
menhir = buildGrammar {
language = "menhir";
version = "0.0.0+rev=db7953a";
version = "0.0.0+rev=be8866a";
src = fetchFromGitHub {
owner = "Kerl13";
repo = "tree-sitter-menhir";
rev = "db7953acb0d5551f207373c81fa07a57d7b085cb";
hash = "sha256-w/ibFZ4bMPPRTgTJFLQrAzMecykJFcrjJjekKMXwqSI=";
rev = "be8866a6bcc2b563ab0de895af69daeffa88fe70";
hash = "sha256-CQVEQurf8Ur5xnz+g7e1nck0a32o4oeMOT78thjx8MQ=";
};
meta.homepage = "https://github.com/Kerl13/tree-sitter-menhir";
};
@ -1463,6 +1463,17 @@
};
meta.homepage = "https://github.com/victorhqc/tree-sitter-prisma";
};
promql = buildGrammar {
language = "promql";
version = "0.0.0+rev=655afc4";
src = fetchFromGitHub {
owner = "MichaHoffmann";
repo = "tree-sitter-promql";
rev = "655afc4fe6813f38bde087d6493d8fd4920d6d4a";
hash = "sha256-eqpWHPlCoQqMXL4hgLXaakQ0fP/U5tK7p+QAZgq24KI=";
};
meta.homepage = "https://github.com/MichaHoffmann/tree-sitter-promql";
};
proto = buildGrammar {
language = "proto";
version = "0.0.0+rev=42d82fa";
@ -1597,12 +1608,12 @@
};
regex = buildGrammar {
language = "regex";
version = "0.0.0+rev=17a3293";
version = "0.0.0+rev=2354482";
src = fetchFromGitHub {
owner = "tree-sitter";
repo = "tree-sitter-regex";
rev = "17a3293714312c691ef14217f60593a3d093381c";
hash = "sha256-3D+LOWRUamAdbegVfWD5yFcCjBucthPogOL/zWR78PY=";
rev = "2354482d7e2e8f8ff33c1ef6c8aa5690410fbc96";
hash = "sha256-X4iQ60LgiVsF0rtinVysX16d6yFjaSmwwndP2L5cuqw=";
};
meta.homepage = "https://github.com/tree-sitter/tree-sitter-regex";
};
@ -1860,6 +1871,17 @@
};
meta.homepage = "https://github.com/RaafatTurki/tree-sitter-sxhkdrc";
};
systemtap = buildGrammar {
language = "systemtap";
version = "0.0.0+rev=1af543a";
src = fetchFromGitHub {
owner = "ok-ryoko";
repo = "tree-sitter-systemtap";
rev = "1af543a96d060b1f808982037bfc54cc02218edd";
hash = "sha256-KCsISHv9yglW+63UY/9Dhb0yVz7Ha76EyHo65Si6SpY=";
};
meta.homepage = "https://github.com/ok-ryoko/tree-sitter-systemtap";
};
t32 = buildGrammar {
language = "t32";
version = "0.0.0+rev=4e581fc";