mirror of
https://github.com/iofq/nvim-treesitter-main.git
synced 2026-03-24 03:10:49 -05:00
Compare commits
2 commits
cd999e957d
...
473857a596
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
473857a596 | ||
|
|
8dc1173b63 |
2 changed files with 100 additions and 96 deletions
12
flake.lock
generated
12
flake.lock
generated
|
|
@ -2,11 +2,11 @@
|
||||||
"nodes": {
|
"nodes": {
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1770197578,
|
"lastModified": 1771369470,
|
||||||
"narHash": "sha256-AYqlWrX09+HvGs8zM6ebZ1pwUqjkfpnv8mewYwAo+iM=",
|
"narHash": "sha256-0NBlEBKkN3lufyvFegY4TYv5mCNHbi5OmBDrzihbBMQ=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "00c21e4c93d963c50d4c0c89bfa84ed6e0694df2",
|
"rev": "0182a361324364ae3f436a63005877674cf45efb",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
@ -19,11 +19,11 @@
|
||||||
"nvim-treesitter": {
|
"nvim-treesitter": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1770448302,
|
"lastModified": 1771657810,
|
||||||
"narHash": "sha256-c8twdp6ASjV/wiwSzau3xrk8d9fIwQwM6lsL4mo5TQ4=",
|
"narHash": "sha256-Ipmzk/e7ubXFI1lBBJl6hU7scZ/w9BKc5JrgePSUl8U=",
|
||||||
"owner": "nvim-treesitter",
|
"owner": "nvim-treesitter",
|
||||||
"repo": "nvim-treesitter",
|
"repo": "nvim-treesitter",
|
||||||
"rev": "45a07f869b0cffba342276f2c77ba7c116d35db8",
|
"rev": "dc42c209f3820bdfaae0956f15de29689aa6b451",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
184
generated.nix
184
generated.nix
|
|
@ -13,7 +13,11 @@
|
||||||
fetchPypi,
|
fetchPypi,
|
||||||
fetchgit,
|
fetchgit,
|
||||||
fetchhg,
|
fetchhg,
|
||||||
|
fetchpatch,
|
||||||
|
fetchpatch2,
|
||||||
fetchsvn,
|
fetchsvn,
|
||||||
|
fetchurl,
|
||||||
|
fetchzip,
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
ada = buildGrammar {
|
ada = buildGrammar {
|
||||||
|
|
@ -43,12 +47,12 @@
|
||||||
angular = buildGrammar {
|
angular = buildGrammar {
|
||||||
passthru.name = "angular";
|
passthru.name = "angular";
|
||||||
language = "angular";
|
language = "angular";
|
||||||
version = "0.0.0+rev=3bd2036e710f609ea08fcfca5a1eb1169ecc114f";
|
version = "0.0.0+rev=f0d0685701b70883fa2dfe94ee7dc27965cab841";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dlvandenberg";
|
owner = "dlvandenberg";
|
||||||
repo = "tree-sitter-angular";
|
repo = "tree-sitter-angular";
|
||||||
rev = "3bd2036e710f609ea08fcfca5a1eb1169ecc114f";
|
rev = "f0d0685701b70883fa2dfe94ee7dc27965cab841";
|
||||||
hash = "sha256-VdfPZ39AEjvl+9r/LZNRGNIQsiTB9S065AnUc4MeohU=";
|
hash = "sha256-rCecCdb/Bi90KsMvStNvldDPI73EDevA+QLXTYRwueg=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/dlvandenberg/tree-sitter-angular";
|
meta.homepage = "https://github.com/dlvandenberg/tree-sitter-angular";
|
||||||
requires = [
|
requires = [
|
||||||
|
|
@ -233,12 +237,12 @@
|
||||||
bpftrace = buildGrammar {
|
bpftrace = buildGrammar {
|
||||||
passthru.name = "bpftrace";
|
passthru.name = "bpftrace";
|
||||||
language = "bpftrace";
|
language = "bpftrace";
|
||||||
version = "0.0.0+rev=0978030fdcdab74d49faaee2a60eb94607a367cc";
|
version = "0.0.0+rev=774f4458ad39691336ead1ee361b22434c4cdec7";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "sgruszka";
|
owner = "sgruszka";
|
||||||
repo = "tree-sitter-bpftrace";
|
repo = "tree-sitter-bpftrace";
|
||||||
rev = "0978030fdcdab74d49faaee2a60eb94607a367cc";
|
rev = "774f4458ad39691336ead1ee361b22434c4cdec7";
|
||||||
hash = "sha256-dM4wuIB1Sg+Fnb7ldx62OOd7w14ewEX0Em27peSeDL0=";
|
hash = "sha256-BIPAnkY9QcW+LSR9w1E7gsCAqpOYSBpG/FF7UQYm5XI=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/sgruszka/tree-sitter-bpftrace";
|
meta.homepage = "https://github.com/sgruszka/tree-sitter-bpftrace";
|
||||||
};
|
};
|
||||||
|
|
@ -281,12 +285,12 @@
|
||||||
c_sharp = buildGrammar {
|
c_sharp = buildGrammar {
|
||||||
passthru.name = "c_sharp";
|
passthru.name = "c_sharp";
|
||||||
language = "c_sharp";
|
language = "c_sharp";
|
||||||
version = "0.0.0+rev=f05a2ca99d329de2e6c32f26a21c6169b2bfcbb7";
|
version = "0.0.0+rev=88366631d598ce6595ec655ce1591b315cffb14c";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tree-sitter";
|
owner = "tree-sitter";
|
||||||
repo = "tree-sitter-c-sharp";
|
repo = "tree-sitter-c-sharp";
|
||||||
rev = "f05a2ca99d329de2e6c32f26a21c6169b2bfcbb7";
|
rev = "88366631d598ce6595ec655ce1591b315cffb14c";
|
||||||
hash = "sha256-pilqIL/c0V24hUKkQcuqUKLGypzL44un8F6+sDM+Ayg=";
|
hash = "sha256-x2JQKMCyvqJkVuQPfAmoihSaBxgWaTFadkmZOuc58Bc=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/tree-sitter/tree-sitter-c-sharp";
|
meta.homepage = "https://github.com/tree-sitter/tree-sitter-c-sharp";
|
||||||
};
|
};
|
||||||
|
|
@ -525,24 +529,24 @@
|
||||||
dart = buildGrammar {
|
dart = buildGrammar {
|
||||||
passthru.name = "dart";
|
passthru.name = "dart";
|
||||||
language = "dart";
|
language = "dart";
|
||||||
version = "0.0.0+rev=5650b09d9fc4ef9315b361c74aa811bbdbc09458";
|
version = "0.0.0+rev=81638dbbdb76a0e88ea8c31b95ec76b9625ddb84";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "UserNobody14";
|
owner = "UserNobody14";
|
||||||
repo = "tree-sitter-dart";
|
repo = "tree-sitter-dart";
|
||||||
rev = "5650b09d9fc4ef9315b361c74aa811bbdbc09458";
|
rev = "81638dbbdb76a0e88ea8c31b95ec76b9625ddb84";
|
||||||
hash = "sha256-J016cVFVoe1sXg0vCkqep2ODG/Hou1KGtO1sX0t+qbo=";
|
hash = "sha256-JDuuatWkZSnj9sbsfutQQOKhuH2vNIaasoDp4iGxIjU=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/UserNobody14/tree-sitter-dart";
|
meta.homepage = "https://github.com/UserNobody14/tree-sitter-dart";
|
||||||
};
|
};
|
||||||
desktop = buildGrammar {
|
desktop = buildGrammar {
|
||||||
passthru.name = "desktop";
|
passthru.name = "desktop";
|
||||||
language = "desktop";
|
language = "desktop";
|
||||||
version = "0.0.0+rev=27c713cd097f85d3024569adf34e069cade84905";
|
version = "0.0.0+rev=4a99354f8e9bb7270586f6f539130c74e59cafdd";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ValdezFOmar";
|
owner = "ValdezFOmar";
|
||||||
repo = "tree-sitter-desktop";
|
repo = "tree-sitter-desktop";
|
||||||
rev = "27c713cd097f85d3024569adf34e069cade84905";
|
rev = "4a99354f8e9bb7270586f6f539130c74e59cafdd";
|
||||||
hash = "sha256-PBzf6Bqe874zhp5KI9gjF35J7y11Me+Sgsrt6d+BAq8=";
|
hash = "sha256-kfqukDxZCtRBTZVFV+FyE8M7ls1Bi5X9o5TUDH8Zg/8=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/ValdezFOmar/tree-sitter-desktop";
|
meta.homepage = "https://github.com/ValdezFOmar/tree-sitter-desktop";
|
||||||
};
|
};
|
||||||
|
|
@ -683,12 +687,12 @@
|
||||||
editorconfig = buildGrammar {
|
editorconfig = buildGrammar {
|
||||||
passthru.name = "editorconfig";
|
passthru.name = "editorconfig";
|
||||||
language = "editorconfig";
|
language = "editorconfig";
|
||||||
version = "0.0.0+rev=b58de0ce2c52990c8913e39a8c14ce4a40e29a39";
|
version = "0.0.0+rev=406ab80f7dc4f3aac252ad3d106737a621dde47d";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ValdezFOmar";
|
owner = "ValdezFOmar";
|
||||||
repo = "tree-sitter-editorconfig";
|
repo = "tree-sitter-editorconfig";
|
||||||
rev = "b58de0ce2c52990c8913e39a8c14ce4a40e29a39";
|
rev = "406ab80f7dc4f3aac252ad3d106737a621dde47d";
|
||||||
hash = "sha256-c1J9vFJ1c7aJqgJibCT4r8P6SlKtLAQTwDi67zToNxc=";
|
hash = "sha256-PcDI7m9QsPefyoLKLqvmeyaDemAS5jwldTQSOYBW82Q=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/ValdezFOmar/tree-sitter-editorconfig";
|
meta.homepage = "https://github.com/ValdezFOmar/tree-sitter-editorconfig";
|
||||||
};
|
};
|
||||||
|
|
@ -863,12 +867,12 @@
|
||||||
fish = buildGrammar {
|
fish = buildGrammar {
|
||||||
passthru.name = "fish";
|
passthru.name = "fish";
|
||||||
language = "fish";
|
language = "fish";
|
||||||
version = "0.0.0+rev=aa074a0bacde8b5823c592574d7138f156a95776";
|
version = "0.0.0+rev=5248e7c375183b83f70cc6d8a7b2f5438234d395";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ram02z";
|
owner = "ram02z";
|
||||||
repo = "tree-sitter-fish";
|
repo = "tree-sitter-fish";
|
||||||
rev = "aa074a0bacde8b5823c592574d7138f156a95776";
|
rev = "5248e7c375183b83f70cc6d8a7b2f5438234d395";
|
||||||
hash = "sha256-ZQj6XR7pHGoCOBS6GOHiRW9LWNoNPlwVcZe5F2mtGNE=";
|
hash = "sha256-QXVpQm4aOaXoYK28jIjBYCX612xosQHk9ez9GfxLYSo=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/ram02z/tree-sitter-fish";
|
meta.homepage = "https://github.com/ram02z/tree-sitter-fish";
|
||||||
};
|
};
|
||||||
|
|
@ -899,12 +903,12 @@
|
||||||
fortran = buildGrammar {
|
fortran = buildGrammar {
|
||||||
passthru.name = "fortran";
|
passthru.name = "fortran";
|
||||||
language = "fortran";
|
language = "fortran";
|
||||||
version = "0.0.0+rev=43cd127cd41ff6e57b3ececb3cc283c5af4796e7";
|
version = "0.0.0+rev=2880b7aab4fb7cc618de1ef3d4c6d93b2396c031";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "stadelmanma";
|
owner = "stadelmanma";
|
||||||
repo = "tree-sitter-fortran";
|
repo = "tree-sitter-fortran";
|
||||||
rev = "43cd127cd41ff6e57b3ececb3cc283c5af4796e7";
|
rev = "2880b7aab4fb7cc618de1ef3d4c6d93b2396c031";
|
||||||
hash = "sha256-CwK8NYUI3ZRNVxDWOKY4Wa1uHBByW3VZOCIBts60uPk=";
|
hash = "sha256-jXSzFAj+pOIHcfEckHxFBojW7axHI9E0If0UgH3j+Z0=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/stadelmanma/tree-sitter-fortran";
|
meta.homepage = "https://github.com/stadelmanma/tree-sitter-fortran";
|
||||||
};
|
};
|
||||||
|
|
@ -1057,12 +1061,12 @@
|
||||||
gleam = buildGrammar {
|
gleam = buildGrammar {
|
||||||
passthru.name = "gleam";
|
passthru.name = "gleam";
|
||||||
language = "gleam";
|
language = "gleam";
|
||||||
version = "0.0.0+rev=dd4e328c5fd5f158d47a22339d8ce0f8be918a0b";
|
version = "0.0.0+rev=6ea757f7eb8d391dbf24dbb9461990757946dd5e";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "gleam-lang";
|
owner = "gleam-lang";
|
||||||
repo = "tree-sitter-gleam";
|
repo = "tree-sitter-gleam";
|
||||||
rev = "dd4e328c5fd5f158d47a22339d8ce0f8be918a0b";
|
rev = "6ea757f7eb8d391dbf24dbb9461990757946dd5e";
|
||||||
hash = "sha256-9RoKAtdHmryAiBG6s/Og7qXt2Z0IkrN8cHA+8NZf2FM=";
|
hash = "sha256-jCzv+PMwjcGrMuNFpKf1qP1ziNaSd3L0V+eukF3ZHjY=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/gleam-lang/tree-sitter-gleam";
|
meta.homepage = "https://github.com/gleam-lang/tree-sitter-gleam";
|
||||||
};
|
};
|
||||||
|
|
@ -1548,7 +1552,7 @@
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "inko-lang";
|
owner = "inko-lang";
|
||||||
repo = "tree-sitter-inko";
|
repo = "tree-sitter-inko";
|
||||||
rev = "v0.5.1";
|
tag = "v0.5.1";
|
||||||
hash = "sha256-bt/T6O/7of8r9DrA6DU8pM4vWlBCgWWzw89GZbDyJnw=";
|
hash = "sha256-bt/T6O/7of8r9DrA6DU8pM4vWlBCgWWzw89GZbDyJnw=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/inko-lang/tree-sitter-inko";
|
meta.homepage = "https://github.com/inko-lang/tree-sitter-inko";
|
||||||
|
|
@ -1569,12 +1573,12 @@
|
||||||
janet_simple = buildGrammar {
|
janet_simple = buildGrammar {
|
||||||
passthru.name = "janet_simple";
|
passthru.name = "janet_simple";
|
||||||
language = "janet_simple";
|
language = "janet_simple";
|
||||||
version = "0.0.0+rev=7e28cbf1ca061887ea43591a2898001f4245fddf";
|
version = "0.0.0+rev=d183186995204314700be3e9e0a48053ea16b350";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "sogaiu";
|
owner = "sogaiu";
|
||||||
repo = "tree-sitter-janet-simple";
|
repo = "tree-sitter-janet-simple";
|
||||||
rev = "7e28cbf1ca061887ea43591a2898001f4245fddf";
|
rev = "d183186995204314700be3e9e0a48053ea16b350";
|
||||||
hash = "sha256-qWsUPZfQkuEUiuCSsqs92MIMEvdD+q2bwKir3oE5thc=";
|
hash = "sha256-zETOH+HpHyiCdOiggRy7VVjOv/WVRDb4qQ+kN9r2Frc=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/sogaiu/tree-sitter-janet-simple";
|
meta.homepage = "https://github.com/sogaiu/tree-sitter-janet-simple";
|
||||||
};
|
};
|
||||||
|
|
@ -1720,12 +1724,12 @@
|
||||||
just = buildGrammar {
|
just = buildGrammar {
|
||||||
passthru.name = "just";
|
passthru.name = "just";
|
||||||
language = "just";
|
language = "just";
|
||||||
version = "0.0.0+rev=fe94f5230d97ff9fc7bee8c57e650dff615ed7cc";
|
version = "0.0.0+rev=60df3d5b3fda2a22fdb3621226cafab50b763663";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "IndianBoy42";
|
owner = "IndianBoy42";
|
||||||
repo = "tree-sitter-just";
|
repo = "tree-sitter-just";
|
||||||
rev = "fe94f5230d97ff9fc7bee8c57e650dff615ed7cc";
|
rev = "60df3d5b3fda2a22fdb3621226cafab50b763663";
|
||||||
hash = "sha256-H8aAmI8/D2/3eeR4Nn/q8JNPbJjKEyV6/QX608Ikbm4=";
|
hash = "sha256-cul4U1V42l/nYcCvs2eVA09qSrPi34t0eJ/Pr/Ewfhc=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/IndianBoy42/tree-sitter-just";
|
meta.homepage = "https://github.com/IndianBoy42/tree-sitter-just";
|
||||||
};
|
};
|
||||||
|
|
@ -1768,12 +1772,12 @@
|
||||||
kitty = buildGrammar {
|
kitty = buildGrammar {
|
||||||
passthru.name = "kitty";
|
passthru.name = "kitty";
|
||||||
language = "kitty";
|
language = "kitty";
|
||||||
version = "0.0.0+rev=f821c16397ffab5b776d8781245215811438a624";
|
version = "0.0.0+rev=fa6ab3fd32d890a0217495c96b35761e6d2dcb5b";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "OXY2DEV";
|
owner = "OXY2DEV";
|
||||||
repo = "tree-sitter-kitty";
|
repo = "tree-sitter-kitty";
|
||||||
rev = "f821c16397ffab5b776d8781245215811438a624";
|
rev = "fa6ab3fd32d890a0217495c96b35761e6d2dcb5b";
|
||||||
hash = "sha256-vjfKJng2AkVfnpQsJM86XrbVT3s0JXkwWEqEQS57n0M=";
|
hash = "sha256-hyzwZfnslyxqL+98BWejCyLwwJMcj6O8EGuBYrCKn4o=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/OXY2DEV/tree-sitter-kitty";
|
meta.homepage = "https://github.com/OXY2DEV/tree-sitter-kitty";
|
||||||
};
|
};
|
||||||
|
|
@ -1792,12 +1796,12 @@
|
||||||
kotlin = buildGrammar {
|
kotlin = buildGrammar {
|
||||||
passthru.name = "kotlin";
|
passthru.name = "kotlin";
|
||||||
language = "kotlin";
|
language = "kotlin";
|
||||||
version = "0.0.0+rev=6b9788578ae23a1bc7c87e8d564e0daf7671dee3";
|
version = "0.0.0+rev=c10ad83a66c76855e006496db3bdb002afc49203";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "fwcd";
|
owner = "fwcd";
|
||||||
repo = "tree-sitter-kotlin";
|
repo = "tree-sitter-kotlin";
|
||||||
rev = "6b9788578ae23a1bc7c87e8d564e0daf7671dee3";
|
rev = "c10ad83a66c76855e006496db3bdb002afc49203";
|
||||||
hash = "sha256-WfFcXtJS5gtpp73as1lrAb4GLn8r5F/PNw4xAIWs+hw=";
|
hash = "sha256-/+t3b/JBdiEQFPcqgkLl6EkjRYsUY5eHpbK4RFDuXm8=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/fwcd/tree-sitter-kotlin";
|
meta.homepage = "https://github.com/fwcd/tree-sitter-kotlin";
|
||||||
};
|
};
|
||||||
|
|
@ -1998,12 +2002,12 @@
|
||||||
markdown = buildGrammar {
|
markdown = buildGrammar {
|
||||||
passthru.name = "markdown";
|
passthru.name = "markdown";
|
||||||
language = "markdown";
|
language = "markdown";
|
||||||
version = "0.0.0+rev=bd2d09ecdbd36289bb7185c8751bbf14c5afe838";
|
version = "0.0.0+rev=cee71b8288f2ec09c29415219ac15a654bd571b9";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tree-sitter-grammars";
|
owner = "tree-sitter-grammars";
|
||||||
repo = "tree-sitter-markdown";
|
repo = "tree-sitter-markdown";
|
||||||
rev = "bd2d09ecdbd36289bb7185c8751bbf14c5afe838";
|
rev = "cee71b8288f2ec09c29415219ac15a654bd571b9";
|
||||||
hash = "sha256-rlw/8L3UmKB3708BDALDBkKxlWrMyWSjplpt60MUoFo=";
|
hash = "sha256-8ZNPVaJoiTh1RSVwMsH8d6zG/asbNvDA2DOqHhKd3k0=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/tree-sitter-grammars/tree-sitter-markdown";
|
meta.homepage = "https://github.com/tree-sitter-grammars/tree-sitter-markdown";
|
||||||
location = "tree-sitter-markdown";
|
location = "tree-sitter-markdown";
|
||||||
|
|
@ -2012,12 +2016,12 @@
|
||||||
markdown_inline = buildGrammar {
|
markdown_inline = buildGrammar {
|
||||||
passthru.name = "markdown_inline";
|
passthru.name = "markdown_inline";
|
||||||
language = "markdown_inline";
|
language = "markdown_inline";
|
||||||
version = "0.0.0+rev=bd2d09ecdbd36289bb7185c8751bbf14c5afe838";
|
version = "0.0.0+rev=cee71b8288f2ec09c29415219ac15a654bd571b9";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tree-sitter-grammars";
|
owner = "tree-sitter-grammars";
|
||||||
repo = "tree-sitter-markdown";
|
repo = "tree-sitter-markdown";
|
||||||
rev = "bd2d09ecdbd36289bb7185c8751bbf14c5afe838";
|
rev = "cee71b8288f2ec09c29415219ac15a654bd571b9";
|
||||||
hash = "sha256-rlw/8L3UmKB3708BDALDBkKxlWrMyWSjplpt60MUoFo=";
|
hash = "sha256-8ZNPVaJoiTh1RSVwMsH8d6zG/asbNvDA2DOqHhKd3k0=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/tree-sitter-grammars/tree-sitter-markdown";
|
meta.homepage = "https://github.com/tree-sitter-grammars/tree-sitter-markdown";
|
||||||
location = "tree-sitter-markdown-inline";
|
location = "tree-sitter-markdown-inline";
|
||||||
|
|
@ -2073,12 +2077,12 @@
|
||||||
mlir = buildGrammar {
|
mlir = buildGrammar {
|
||||||
passthru.name = "mlir";
|
passthru.name = "mlir";
|
||||||
language = "mlir";
|
language = "mlir";
|
||||||
version = "0.0.0+rev=a547cb73d7c6373e77692bb7739e670b5de60f86";
|
version = "0.0.0+rev=fe703bcb17ee58a3029df8a35099be1415877633";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "artagnon";
|
owner = "artagnon";
|
||||||
repo = "tree-sitter-mlir";
|
repo = "tree-sitter-mlir";
|
||||||
rev = "a547cb73d7c6373e77692bb7739e670b5de60f86";
|
rev = "fe703bcb17ee58a3029df8a35099be1415877633";
|
||||||
hash = "sha256-9ZmXquoJw2Sh9QyLnvHGxhvGmFeZdacn0+arw8VVZhA=";
|
hash = "sha256-ctw5YO9bEau2VHggMq919omJ2lOZ7rUz7gTFAXm/1VM=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/artagnon/tree-sitter-mlir";
|
meta.homepage = "https://github.com/artagnon/tree-sitter-mlir";
|
||||||
generate = true;
|
generate = true;
|
||||||
|
|
@ -2122,12 +2126,12 @@
|
||||||
nickel = buildGrammar {
|
nickel = buildGrammar {
|
||||||
passthru.name = "nickel";
|
passthru.name = "nickel";
|
||||||
language = "nickel";
|
language = "nickel";
|
||||||
version = "0.0.0+rev=a0a5d98a6f0edb5d00a18e62e7d1d02a5607c391";
|
version = "0.0.0+rev=b5b6cc3bc7b9ea19f78fed264190685419cd17a8";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nickel-lang";
|
owner = "nickel-lang";
|
||||||
repo = "tree-sitter-nickel";
|
repo = "tree-sitter-nickel";
|
||||||
rev = "a0a5d98a6f0edb5d00a18e62e7d1d02a5607c391";
|
rev = "b5b6cc3bc7b9ea19f78fed264190685419cd17a8";
|
||||||
hash = "sha256-2la/9XxL2dN+rzTotgDXQFz9ktDXQ3Og9svX5Din2zo=";
|
hash = "sha256-aPiOtpZJQQmAjCwx2Ssirhe6rqxbrwjxIWK5l3L14EY=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/nickel-lang/tree-sitter-nickel";
|
meta.homepage = "https://github.com/nickel-lang/tree-sitter-nickel";
|
||||||
};
|
};
|
||||||
|
|
@ -2530,14 +2534,14 @@
|
||||||
proto = buildGrammar {
|
proto = buildGrammar {
|
||||||
passthru.name = "proto";
|
passthru.name = "proto";
|
||||||
language = "proto";
|
language = "proto";
|
||||||
version = "0.0.0+rev=e9f6b43f6844bd2189b50a422d4e2094313f6aa3";
|
version = "0.0.0+rev=213175b7aa595fab7eba7d4eadeb62d9c7e0879e";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "treywood";
|
owner = "coder3101";
|
||||||
repo = "tree-sitter-proto";
|
repo = "tree-sitter-proto";
|
||||||
rev = "e9f6b43f6844bd2189b50a422d4e2094313f6aa3";
|
rev = "213175b7aa595fab7eba7d4eadeb62d9c7e0879e";
|
||||||
hash = "sha256-Ue6w6HWy+NTJt+AKTFfJIUf3HXHTwkUkDk4UdDMSD+U=";
|
hash = "sha256-LzZJY4Rja4RiVgrp9xRI3hX65jq09ctXhJJM8yLwP7Q=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/treywood/tree-sitter-proto";
|
meta.homepage = "https://github.com/coder3101/tree-sitter-proto";
|
||||||
};
|
};
|
||||||
prql = buildGrammar {
|
prql = buildGrammar {
|
||||||
passthru.name = "prql";
|
passthru.name = "prql";
|
||||||
|
|
@ -2620,7 +2624,7 @@
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tree-sitter";
|
owner = "tree-sitter";
|
||||||
repo = "tree-sitter-python";
|
repo = "tree-sitter-python";
|
||||||
rev = "v0.25.0";
|
tag = "v0.25.0";
|
||||||
hash = "sha256-F5XH21PjPpbwYylgKdwD3MZ5o0amDt4xf/e5UikPcxY=";
|
hash = "sha256-F5XH21PjPpbwYylgKdwD3MZ5o0amDt4xf/e5UikPcxY=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/tree-sitter/tree-sitter-python";
|
meta.homepage = "https://github.com/tree-sitter/tree-sitter-python";
|
||||||
|
|
@ -2809,12 +2813,12 @@
|
||||||
rescript = buildGrammar {
|
rescript = buildGrammar {
|
||||||
passthru.name = "rescript";
|
passthru.name = "rescript";
|
||||||
language = "rescript";
|
language = "rescript";
|
||||||
version = "0.0.0+rev=5938ae1578aa559b4fa903f7cabc31da14f71c84";
|
version = "0.0.0+rev=43c2f1f35024918d415dc933d4cc534d6419fedf";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "rescript-lang";
|
owner = "rescript-lang";
|
||||||
repo = "tree-sitter-rescript";
|
repo = "tree-sitter-rescript";
|
||||||
rev = "5938ae1578aa559b4fa903f7cabc31da14f71c84";
|
rev = "43c2f1f35024918d415dc933d4cc534d6419fedf";
|
||||||
hash = "sha256-CG1pZOT9IrWPfGruEITNrNgrdsuyRDtv46Pdsg+Qm/0=";
|
hash = "sha256-QG4LvF/ix7wKHrZ1pUNXzG6ibbITUYAZYb4a39qJF/o=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/rescript-lang/tree-sitter-rescript";
|
meta.homepage = "https://github.com/rescript-lang/tree-sitter-rescript";
|
||||||
};
|
};
|
||||||
|
|
@ -3027,12 +3031,12 @@
|
||||||
slint = buildGrammar {
|
slint = buildGrammar {
|
||||||
passthru.name = "slint";
|
passthru.name = "slint";
|
||||||
language = "slint";
|
language = "slint";
|
||||||
version = "0.0.0+rev=5dafe6745dd3bb24342acebe478015b642dc7135";
|
version = "0.0.0+rev=a6e4e1c656429e5df52dcfcd92da87b642f6678b";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "slint-ui";
|
owner = "slint-ui";
|
||||||
repo = "tree-sitter-slint";
|
repo = "tree-sitter-slint";
|
||||||
rev = "5dafe6745dd3bb24342acebe478015b642dc7135";
|
rev = "a6e4e1c656429e5df52dcfcd92da87b642f6678b";
|
||||||
hash = "sha256-FS1a0N2yiRyBqhxxzUgR4mTnQ81Q8CfNZTb2AQrkBPw=";
|
hash = "sha256-A4m3jG7VjGws7pVzd7ulbhINe783shv4pc3tH8EDji0=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/slint-ui/tree-sitter-slint";
|
meta.homepage = "https://github.com/slint-ui/tree-sitter-slint";
|
||||||
};
|
};
|
||||||
|
|
@ -3087,12 +3091,12 @@
|
||||||
solidity = buildGrammar {
|
solidity = buildGrammar {
|
||||||
passthru.name = "solidity";
|
passthru.name = "solidity";
|
||||||
language = "solidity";
|
language = "solidity";
|
||||||
version = "0.0.0+rev=4e938a46c7030dd001bc99e1ac0f0c750ac98254";
|
version = "0.0.0+rev=048fe686cb1fde267243739b8bdbec8fc3a55272";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "JoranHonig";
|
owner = "JoranHonig";
|
||||||
repo = "tree-sitter-solidity";
|
repo = "tree-sitter-solidity";
|
||||||
rev = "4e938a46c7030dd001bc99e1ac0f0c750ac98254";
|
rev = "048fe686cb1fde267243739b8bdbec8fc3a55272";
|
||||||
hash = "sha256-b+DHy7BkkMg88kLhirtCzjF3dHlCFkXea65aGC18fW0=";
|
hash = "sha256-tv78h5m5g+O16i6ZkQX4Ozh5pM47Xd7wCc3Owo3awzs=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/JoranHonig/tree-sitter-solidity";
|
meta.homepage = "https://github.com/JoranHonig/tree-sitter-solidity";
|
||||||
};
|
};
|
||||||
|
|
@ -3161,12 +3165,12 @@
|
||||||
sql = buildGrammar {
|
sql = buildGrammar {
|
||||||
passthru.name = "sql";
|
passthru.name = "sql";
|
||||||
language = "sql";
|
language = "sql";
|
||||||
version = "0.0.0+rev=86e3d03837d282544439620eb74d224586074b8b";
|
version = "0.0.0+rev=71f3c41ff9c99505b2bda30361baaefdc3fed2b2";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "derekstride";
|
owner = "derekstride";
|
||||||
repo = "tree-sitter-sql";
|
repo = "tree-sitter-sql";
|
||||||
rev = "86e3d03837d282544439620eb74d224586074b8b";
|
rev = "71f3c41ff9c99505b2bda30361baaefdc3fed2b2";
|
||||||
hash = "sha256-O2FkTwt/I+tOXtpMbsxkgU+v64Ie9fh73ZZRm3E83no=";
|
hash = "sha256-hDjdXy2zRO4xB20OuOrvF4FusZ2fOJbonhuP1WZcJ4w=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/derekstride/tree-sitter-sql";
|
meta.homepage = "https://github.com/derekstride/tree-sitter-sql";
|
||||||
};
|
};
|
||||||
|
|
@ -3295,12 +3299,12 @@
|
||||||
swift = buildGrammar {
|
swift = buildGrammar {
|
||||||
passthru.name = "swift";
|
passthru.name = "swift";
|
||||||
language = "swift";
|
language = "swift";
|
||||||
version = "0.0.0+rev=12bacf3ee30f6c39e7cfa6ca6625cac012589236";
|
version = "0.0.0+rev=ae604674719764ce26f18017afa4a98949077075";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "alex-pinkus";
|
owner = "alex-pinkus";
|
||||||
repo = "tree-sitter-swift";
|
repo = "tree-sitter-swift";
|
||||||
rev = "12bacf3ee30f6c39e7cfa6ca6625cac012589236";
|
rev = "ae604674719764ce26f18017afa4a98949077075";
|
||||||
hash = "sha256-2rhH2sbl2CQv3meOC+s3NNsJIfV2KKqzybH4p596gXU=";
|
hash = "sha256-yE/NWIwn3z058D3ZzyVgmDf0Nq7FMpB5ofuKtxdAqLQ=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/alex-pinkus/tree-sitter-swift";
|
meta.homepage = "https://github.com/alex-pinkus/tree-sitter-swift";
|
||||||
generate = true;
|
generate = true;
|
||||||
|
|
@ -3344,12 +3348,12 @@
|
||||||
t32 = buildGrammar {
|
t32 = buildGrammar {
|
||||||
passthru.name = "t32";
|
passthru.name = "t32";
|
||||||
language = "t32";
|
language = "t32";
|
||||||
version = "0.0.0+rev=5b5e4336731bda5ea2e6b78b6a2d9e7a89032b75";
|
version = "0.0.0+rev=c4c5fa31666c66036ad3ace8179a408b8478395f";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "xasc";
|
owner = "xasc";
|
||||||
repo = "tree-sitter-t32";
|
repo = "tree-sitter-t32";
|
||||||
rev = "5b5e4336731bda5ea2e6b78b6a2d9e7a89032b75";
|
rev = "c4c5fa31666c66036ad3ace8179a408b8478395f";
|
||||||
hash = "sha256-dAbjM+wlKtJ3cY3zdRgsdsjJ0ZYDZxTL0mcunqqNbvw=";
|
hash = "sha256-BUao6oveuWWPn2jDUWAjzoi9YMsDEA5B+hKJHvCUtD0=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/xasc/tree-sitter-t32";
|
meta.homepage = "https://github.com/xasc/tree-sitter-t32";
|
||||||
};
|
};
|
||||||
|
|
@ -3479,12 +3483,12 @@
|
||||||
tlaplus = buildGrammar {
|
tlaplus = buildGrammar {
|
||||||
passthru.name = "tlaplus";
|
passthru.name = "tlaplus";
|
||||||
language = "tlaplus";
|
language = "tlaplus";
|
||||||
version = "0.0.0+rev=8d749f9a598b47b7110c7340006c8eb8a9552566";
|
version = "0.0.0+rev=add40814fda369f6efd989977b2c498aaddde984";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tlaplus-community";
|
owner = "tlaplus-community";
|
||||||
repo = "tree-sitter-tlaplus";
|
repo = "tree-sitter-tlaplus";
|
||||||
rev = "8d749f9a598b47b7110c7340006c8eb8a9552566";
|
rev = "add40814fda369f6efd989977b2c498aaddde984";
|
||||||
hash = "sha256-BX2JXlrFoUiZIa8EWkbv16HWygIv3rccGacLproIc18=";
|
hash = "sha256-nqbIpLHL2m+Mq6kI0hzVBrfyv5Xwdz+oeOFUslN5VsI=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/tlaplus-community/tree-sitter-tlaplus";
|
meta.homepage = "https://github.com/tlaplus-community/tree-sitter-tlaplus";
|
||||||
};
|
};
|
||||||
|
|
@ -3656,12 +3660,12 @@
|
||||||
unison = buildGrammar {
|
unison = buildGrammar {
|
||||||
passthru.name = "unison";
|
passthru.name = "unison";
|
||||||
language = "unison";
|
language = "unison";
|
||||||
version = "0.0.0+rev=873e599faaba40a69b8f9507f90bcfa0ae0bbe26";
|
version = "0.0.0+rev=16650de9f519e41f8e88b22b4c401d50fa0ac8ca";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "kylegoetz";
|
owner = "kylegoetz";
|
||||||
repo = "tree-sitter-unison";
|
repo = "tree-sitter-unison";
|
||||||
rev = "873e599faaba40a69b8f9507f90bcfa0ae0bbe26";
|
rev = "16650de9f519e41f8e88b22b4c401d50fa0ac8ca";
|
||||||
hash = "sha256-fnSuRrFp5AfuBKBXmzijBsYHvOHCUFjquuKbOrd1pBg=";
|
hash = "sha256-gdTjLC7J+x99EjWYdwOSzPGnnAMri1Q7luwvRE4AzQ0=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/kylegoetz/tree-sitter-unison";
|
meta.homepage = "https://github.com/kylegoetz/tree-sitter-unison";
|
||||||
generate = true;
|
generate = true;
|
||||||
|
|
@ -3718,12 +3722,12 @@
|
||||||
vento = buildGrammar {
|
vento = buildGrammar {
|
||||||
passthru.name = "vento";
|
passthru.name = "vento";
|
||||||
language = "vento";
|
language = "vento";
|
||||||
version = "0.0.0+rev=3b32474bc29584ea214e4e84b47102408263fe0e";
|
version = "0.0.0+rev=edd6596d4b0f392b87fc345dc26d84a6c32f7059";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ventojs";
|
owner = "ventojs";
|
||||||
repo = "tree-sitter-vento";
|
repo = "tree-sitter-vento";
|
||||||
rev = "3b32474bc29584ea214e4e84b47102408263fe0e";
|
rev = "edd6596d4b0f392b87fc345dc26d84a6c32f7059";
|
||||||
hash = "sha256-h8yC+MJIAH7DM69UQ8moJBmcmrSZkxvWrMb+NqtYB2Y=";
|
hash = "sha256-QbPV9MVe5e9l/rAy2phEd5aqejl4KBkBhHIFdhuYCe4=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/ventojs/tree-sitter-vento";
|
meta.homepage = "https://github.com/ventojs/tree-sitter-vento";
|
||||||
};
|
};
|
||||||
|
|
@ -3843,7 +3847,7 @@
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bytecodealliance";
|
owner = "bytecodealliance";
|
||||||
repo = "tree-sitter-wit";
|
repo = "tree-sitter-wit";
|
||||||
rev = "v1.2.0";
|
tag = "v1.2.0";
|
||||||
hash = "sha256-scye60ETUak1mXJXC+UY5sqbuqAcjxCsm4+AVJHhGws=";
|
hash = "sha256-scye60ETUak1mXJXC+UY5sqbuqAcjxCsm4+AVJHhGws=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/bytecodealliance/tree-sitter-wit";
|
meta.homepage = "https://github.com/bytecodealliance/tree-sitter-wit";
|
||||||
|
|
@ -3889,12 +3893,12 @@
|
||||||
xresources = buildGrammar {
|
xresources = buildGrammar {
|
||||||
passthru.name = "xresources";
|
passthru.name = "xresources";
|
||||||
language = "xresources";
|
language = "xresources";
|
||||||
version = "0.0.0+rev=8ec70e2171025d09146afd2cce9712affe9ff3dd";
|
version = "0.0.0+rev=30c59f2f095910509a8379f5de71db3acfef15d6";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ValdezFOmar";
|
owner = "ValdezFOmar";
|
||||||
repo = "tree-sitter-xresources";
|
repo = "tree-sitter-xresources";
|
||||||
rev = "8ec70e2171025d09146afd2cce9712affe9ff3dd";
|
rev = "30c59f2f095910509a8379f5de71db3acfef15d6";
|
||||||
hash = "sha256-ZK1R+8LrrHMsw5T9O3xHuLamFETsjwyCifwBPquMQew=";
|
hash = "sha256-3JKqoQAwAPob0hiKCDCqtIvf8udfXxcuaUCo5jLyers=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/ValdezFOmar/tree-sitter-xresources";
|
meta.homepage = "https://github.com/ValdezFOmar/tree-sitter-xresources";
|
||||||
};
|
};
|
||||||
|
|
@ -3991,7 +3995,7 @@
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "georgeharker";
|
owner = "georgeharker";
|
||||||
repo = "tree-sitter-zsh";
|
repo = "tree-sitter-zsh";
|
||||||
rev = "v0.53.0";
|
tag = "v0.53.0";
|
||||||
hash = "sha256-xDivWiJYwuydadkyin6jsc9FFwhgHQ+EBa/YQRiAM/s=";
|
hash = "sha256-xDivWiJYwuydadkyin6jsc9FFwhgHQ+EBa/YQRiAM/s=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/georgeharker/tree-sitter-zsh";
|
meta.homepage = "https://github.com/georgeharker/tree-sitter-zsh";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue