Skip to content

Commit

Permalink
vimPlugins.nvim-treesitter: update grammars
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Jul 21, 2023
1 parent ff63a61 commit 85ea766
Showing 1 changed file with 28 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand Down Expand Up @@ -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";
Expand Down Expand Up @@ -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";
};
Expand Down Expand Up @@ -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";
Expand Down

0 comments on commit 85ea766

Please sign in to comment.