mirror of
https://github.com/iofq/nvim-treesitter-main.git
synced 2026-01-23 09:25:17 -06:00
Compare commits
No commits in common. "420c14c0523d65c6c7ce943e8f2fb896eff950e3" and "976859670cb4da623a7178fb856005be02024a5a" have entirely different histories.
420c14c052
...
976859670c
4 changed files with 50 additions and 74 deletions
6
.github/workflows/main.yaml
vendored
6
.github/workflows/main.yaml
vendored
|
|
@ -9,12 +9,6 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: DeterminateSystems/nix-installer-action@main
|
- uses: DeterminateSystems/nix-installer-action@main
|
||||||
- uses: DeterminateSystems/flakehub-cache-action@main
|
- uses: DeterminateSystems/flakehub-cache-action@main
|
||||||
- uses: cachix/cachix-action@master
|
|
||||||
if: github.ref == 'refs/heads/master'
|
|
||||||
with:
|
|
||||||
name: nvim-treesitter-main
|
|
||||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
|
||||||
|
|
||||||
- run: nix flake check
|
- run: nix flake check
|
||||||
- run: nix run nixpkgs#nixfmt **/*.nix
|
- run: nix run nixpkgs#nixfmt **/*.nix
|
||||||
|
|
||||||
|
|
|
||||||
18
README.md
18
README.md
|
|
@ -69,24 +69,6 @@ overlays = [
|
||||||
|
|
||||||
If you need the unpatched `nvim-treesitter` plugin without any parsers/queries bundled, even after you overlay it, you can use the `nvim-treesitter-unwrapped` output of this overlay.
|
If you need the unpatched `nvim-treesitter` plugin without any parsers/queries bundled, even after you overlay it, you can use the `nvim-treesitter-unwrapped` output of this overlay.
|
||||||
|
|
||||||
## Cache
|
|
||||||
|
|
||||||
Add our `cachix` repo to avoid needing to build grammars locally.
|
|
||||||
|
|
||||||
```nix
|
|
||||||
nix = {
|
|
||||||
settings = {
|
|
||||||
substituters = [
|
|
||||||
"https://nvim-treesitter-main.cachix.org"
|
|
||||||
];
|
|
||||||
trusted-public-keys = [
|
|
||||||
"nvim-treesitter-main.cachix.org-1:cbwE6blfW5+BkXXyeAXoVSu1gliqPLHo2m98E4hWfZQ="
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
## Updating
|
## Updating
|
||||||
|
|
||||||
To update the list of parsers in `generated.nix`:
|
To update the list of parsers in `generated.nix`:
|
||||||
|
|
|
||||||
12
flake.lock
generated
12
flake.lock
generated
|
|
@ -2,11 +2,11 @@
|
||||||
"nodes": {
|
"nodes": {
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1760524057,
|
"lastModified": 1760038930,
|
||||||
"narHash": "sha256-EVAqOteLBFmd7pKkb0+FIUyzTF61VKi7YmvP1tw4nEw=",
|
"narHash": "sha256-Oncbh0UmHjSlxO7ErQDM3KM0A5/Znfofj2BSzlHLeVw=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "544961dfcce86422ba200ed9a0b00dd4b1486ec5",
|
"rev": "0b4defa2584313f3b781240b29d61f6f9f7e0df3",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
@ -19,11 +19,11 @@
|
||||||
"nvim-treesitter": {
|
"nvim-treesitter": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1760866486,
|
"lastModified": 1760260935,
|
||||||
"narHash": "sha256-ZeNCXy6+I18N+Nu2sKnEk2otVEb8V3tKhL8Jq95wS5k=",
|
"narHash": "sha256-To/syCZPs7vKA0WkuBz7ZxCGT/wzj705QfxZng6Nsjo=",
|
||||||
"owner": "nvim-treesitter",
|
"owner": "nvim-treesitter",
|
||||||
"repo": "nvim-treesitter",
|
"repo": "nvim-treesitter",
|
||||||
"rev": "71bf1665f804d46f7e4b24ad7ffc11f6ea5b271a",
|
"rev": "0606c7a9dcaa5c5beee0b0f09043e9fdd1ba0a68",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
|
|
@ -19,12 +19,12 @@
|
||||||
ada = buildGrammar {
|
ada = buildGrammar {
|
||||||
passthru.name = "ada";
|
passthru.name = "ada";
|
||||||
language = "ada";
|
language = "ada";
|
||||||
version = "0.0.0+rev=6c26c4413965dc7bacbccfa66503bf6b8228e254";
|
version = "0.0.0+rev=b23672d313b4c994ab96fd54f1b7ff15eac68a55";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "briot";
|
owner = "briot";
|
||||||
repo = "tree-sitter-ada";
|
repo = "tree-sitter-ada";
|
||||||
rev = "6c26c4413965dc7bacbccfa66503bf6b8228e254";
|
rev = "b23672d313b4c994ab96fd54f1b7ff15eac68a55";
|
||||||
hash = "sha256-kxm6MVUktOzH6WVKZxgGO9kFFEUXk7NFk+twidsDNM0=";
|
hash = "sha256-XkJmrMppr1+1uPQwqAHcf1XBccwGexL0euXZBUX7xlM=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/briot/tree-sitter-ada";
|
meta.homepage = "https://github.com/briot/tree-sitter-ada";
|
||||||
};
|
};
|
||||||
|
|
@ -365,12 +365,12 @@
|
||||||
cmake = buildGrammar {
|
cmake = buildGrammar {
|
||||||
passthru.name = "cmake";
|
passthru.name = "cmake";
|
||||||
language = "cmake";
|
language = "cmake";
|
||||||
version = "0.0.0+rev=c7b2a71e7f8ecb167fad4c97227c838439280175";
|
version = "0.0.0+rev=cf9799600b2ba5e6620fdabddec3b2db8306bc46";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "uyha";
|
owner = "uyha";
|
||||||
repo = "tree-sitter-cmake";
|
repo = "tree-sitter-cmake";
|
||||||
rev = "c7b2a71e7f8ecb167fad4c97227c838439280175";
|
rev = "cf9799600b2ba5e6620fdabddec3b2db8306bc46";
|
||||||
hash = "sha256-+Lom3xjPmhhZr3G4aV054lbhLjvJsPaQalSqkKUijvU=";
|
hash = "sha256-OxViW7H5fNc5BP072ob7GGgx1EYc6TiQEut0wHGrE1c=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/uyha/tree-sitter-cmake";
|
meta.homepage = "https://github.com/uyha/tree-sitter-cmake";
|
||||||
};
|
};
|
||||||
|
|
@ -537,12 +537,12 @@
|
||||||
desktop = buildGrammar {
|
desktop = buildGrammar {
|
||||||
passthru.name = "desktop";
|
passthru.name = "desktop";
|
||||||
language = "desktop";
|
language = "desktop";
|
||||||
version = "0.0.0+rev=de6482e226443a210f27627e0240c12aa25c2925";
|
version = "0.0.0+rev=73b9f3ac30ac8d01267a16b1c4f0880aecdb56b2";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ValdezFOmar";
|
owner = "ValdezFOmar";
|
||||||
repo = "tree-sitter-desktop";
|
repo = "tree-sitter-desktop";
|
||||||
rev = "de6482e226443a210f27627e0240c12aa25c2925";
|
rev = "73b9f3ac30ac8d01267a16b1c4f0880aecdb56b2";
|
||||||
hash = "sha256-knf7D44R22e/WV1rtrXJ1DVGhYJ7EM3r76ze0jtig/c=";
|
hash = "sha256-7rvP/wNN4od+oVZy77p+u5iNK6l8bzzGaosMb/0kCEM=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/ValdezFOmar/tree-sitter-desktop";
|
meta.homepage = "https://github.com/ValdezFOmar/tree-sitter-desktop";
|
||||||
};
|
};
|
||||||
|
|
@ -621,12 +621,12 @@
|
||||||
dot = buildGrammar {
|
dot = buildGrammar {
|
||||||
passthru.name = "dot";
|
passthru.name = "dot";
|
||||||
language = "dot";
|
language = "dot";
|
||||||
version = "0.0.0+rev=71e2c5241eef9de920a4efedfefd1d527dd9a118";
|
version = "0.0.0+rev=9ab85550c896d8b294d9b9ca1e30698736f08cea";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "rydesun";
|
owner = "rydesun";
|
||||||
repo = "tree-sitter-dot";
|
repo = "tree-sitter-dot";
|
||||||
rev = "71e2c5241eef9de920a4efedfefd1d527dd9a118";
|
rev = "9ab85550c896d8b294d9b9ca1e30698736f08cea";
|
||||||
hash = "sha256-Z1XtNX1zV8xGlsaFbqh2VXPAx0fs4D7JxwqaEWSWcB0=";
|
hash = "sha256-w4DInIT7mkTvQ6Hmi8yaAww6ktyNgRz0tPfBLGnOawQ=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/rydesun/tree-sitter-dot";
|
meta.homepage = "https://github.com/rydesun/tree-sitter-dot";
|
||||||
};
|
};
|
||||||
|
|
@ -2086,12 +2086,12 @@
|
||||||
mlir = buildGrammar {
|
mlir = buildGrammar {
|
||||||
passthru.name = "mlir";
|
passthru.name = "mlir";
|
||||||
language = "mlir";
|
language = "mlir";
|
||||||
version = "0.0.0+rev=47c3f2cf3b10016503f2577c2d99c15bb2053402";
|
version = "0.0.0+rev=7eadef0de98de1170cdffb68c0931e375fc1b046";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "artagnon";
|
owner = "artagnon";
|
||||||
repo = "tree-sitter-mlir";
|
repo = "tree-sitter-mlir";
|
||||||
rev = "47c3f2cf3b10016503f2577c2d99c15bb2053402";
|
rev = "7eadef0de98de1170cdffb68c0931e375fc1b046";
|
||||||
hash = "sha256-1NmkSEGh6Y9BIGcdW4HrMNdqlKKfVHgcY1Amk4EKf8U=";
|
hash = "sha256-/zOS9fvfnFotySPw2+DY9ob8s+PYJrRgb1ymx2l5JAc=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/artagnon/tree-sitter-mlir";
|
meta.homepage = "https://github.com/artagnon/tree-sitter-mlir";
|
||||||
generate = true;
|
generate = true;
|
||||||
|
|
@ -2208,12 +2208,12 @@
|
||||||
nu = buildGrammar {
|
nu = buildGrammar {
|
||||||
passthru.name = "nu";
|
passthru.name = "nu";
|
||||||
language = "nu";
|
language = "nu";
|
||||||
version = "0.0.0+rev=4f4ac8667c1e7f80d0d9f9534845e63026210aaf";
|
version = "0.0.0+rev=e1509fc9f9aa6579430a65f167528617df56b107";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nushell";
|
owner = "nushell";
|
||||||
repo = "tree-sitter-nu";
|
repo = "tree-sitter-nu";
|
||||||
rev = "4f4ac8667c1e7f80d0d9f9534845e63026210aaf";
|
rev = "e1509fc9f9aa6579430a65f167528617df56b107";
|
||||||
hash = "sha256-Zkl5V7Rcw+1HoT1U5q8wRVR17wq6qP3gHPhiLYKF7H8=";
|
hash = "sha256-uWXmeO9oCanbUc3kYdAaRUh5BuLdnytd5iTwUUWsoHo=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/nushell/tree-sitter-nu";
|
meta.homepage = "https://github.com/nushell/tree-sitter-nu";
|
||||||
};
|
};
|
||||||
|
|
@ -2665,12 +2665,12 @@
|
||||||
qmljs = buildGrammar {
|
qmljs = buildGrammar {
|
||||||
passthru.name = "qmljs";
|
passthru.name = "qmljs";
|
||||||
language = "qmljs";
|
language = "qmljs";
|
||||||
version = "0.0.0+rev=0bec4359a7eb2f6c9220cd57372d87d236f66d59";
|
version = "0.0.0+rev=0889da4632bba3ec6f39ef4102625654890c15c1";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "yuja";
|
owner = "yuja";
|
||||||
repo = "tree-sitter-qmljs";
|
repo = "tree-sitter-qmljs";
|
||||||
rev = "0bec4359a7eb2f6c9220cd57372d87d236f66d59";
|
rev = "0889da4632bba3ec6f39ef4102625654890c15c1";
|
||||||
hash = "sha256-tV4lipey+OAQwygRFp9lQAzgCNiZzSu7p3Mr6CCBH1g=";
|
hash = "sha256-Twj2taG7xFTPXTvzDcWeIqxUAkuhsybwZvtwK/HiruE=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/yuja/tree-sitter-qmljs";
|
meta.homepage = "https://github.com/yuja/tree-sitter-qmljs";
|
||||||
requires = [ "ecma" ];
|
requires = [ "ecma" ];
|
||||||
|
|
@ -3151,12 +3151,12 @@
|
||||||
sparql = buildGrammar {
|
sparql = buildGrammar {
|
||||||
passthru.name = "sparql";
|
passthru.name = "sparql";
|
||||||
language = "sparql";
|
language = "sparql";
|
||||||
version = "0.0.0+rev=1ef52d35a73a2a5f2e433ecfd1c751c1360a923b";
|
version = "0.0.0+rev=d853661ca680d8ff7f8d800182d5782b61d0dd58";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "GordianDziwis";
|
owner = "GordianDziwis";
|
||||||
repo = "tree-sitter-sparql";
|
repo = "tree-sitter-sparql";
|
||||||
rev = "1ef52d35a73a2a5f2e433ecfd1c751c1360a923b";
|
rev = "d853661ca680d8ff7f8d800182d5782b61d0dd58";
|
||||||
hash = "sha256-9DaV12dkcwF7/jWc4QaTQaHcKu5zO5evWlXGNZMdRqc=";
|
hash = "sha256-0BV0y8IyeIPpuxTixlJL1PsDCuhXbGaImu8JU8WFoPU=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/GordianDziwis/tree-sitter-sparql";
|
meta.homepage = "https://github.com/GordianDziwis/tree-sitter-sparql";
|
||||||
};
|
};
|
||||||
|
|
@ -3175,12 +3175,12 @@
|
||||||
sql = buildGrammar {
|
sql = buildGrammar {
|
||||||
passthru.name = "sql";
|
passthru.name = "sql";
|
||||||
language = "sql";
|
language = "sql";
|
||||||
version = "0.0.0+rev=d71f2bd7f0e3dba84df7025fc9314738d180e71e";
|
version = "0.0.0+rev=4afe285bb142542cee0aa7b689fec00a71df4741";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "derekstride";
|
owner = "derekstride";
|
||||||
repo = "tree-sitter-sql";
|
repo = "tree-sitter-sql";
|
||||||
rev = "d71f2bd7f0e3dba84df7025fc9314738d180e71e";
|
rev = "4afe285bb142542cee0aa7b689fec00a71df4741";
|
||||||
hash = "sha256-udLPpb8ihPb9mXNicwZdml2bKeIDC0RD5i7SPshrN2g=";
|
hash = "sha256-Qzrun7sIjX+jyz0oh4MotfTSXAcEYSM/2+CAWJkXgVo=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/derekstride/tree-sitter-sql";
|
meta.homepage = "https://github.com/derekstride/tree-sitter-sql";
|
||||||
};
|
};
|
||||||
|
|
@ -3259,12 +3259,12 @@
|
||||||
superhtml = buildGrammar {
|
superhtml = buildGrammar {
|
||||||
passthru.name = "superhtml";
|
passthru.name = "superhtml";
|
||||||
language = "superhtml";
|
language = "superhtml";
|
||||||
version = "0.0.0+rev=8b5bb272b269afdd38cdf641c4a707dd92fbe902";
|
version = "0.0.0+rev=aeaa0c7d9ef983453952a2ee4983476fef0168f3";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "kristoff-it";
|
owner = "kristoff-it";
|
||||||
repo = "superhtml";
|
repo = "superhtml";
|
||||||
rev = "8b5bb272b269afdd38cdf641c4a707dd92fbe902";
|
rev = "aeaa0c7d9ef983453952a2ee4983476fef0168f3";
|
||||||
hash = "sha256-9RizfSi+ouCcLUL2+gPc8GljNo9KCX57VElLSlha05A=";
|
hash = "sha256-3mCdFn2ZsRFn/UI+frWD0MTx8qdiZldveYffpZ7nd98=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/kristoff-it/superhtml";
|
meta.homepage = "https://github.com/kristoff-it/superhtml";
|
||||||
location = "tree-sitter-superhtml";
|
location = "tree-sitter-superhtml";
|
||||||
|
|
@ -3346,26 +3346,26 @@
|
||||||
systemverilog = buildGrammar {
|
systemverilog = buildGrammar {
|
||||||
passthru.name = "systemverilog";
|
passthru.name = "systemverilog";
|
||||||
language = "systemverilog";
|
language = "systemverilog";
|
||||||
version = "0.0.0+rev=7c4b01b7df2f6e7fa1f698c9d30ac8f93af18ed2";
|
version = "0.0.0+rev=e88937e66adc3ee7be0bfe40b7e937eafe4212bb";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "gmlarumbe";
|
owner = "gmlarumbe";
|
||||||
repo = "tree-sitter-systemverilog";
|
repo = "tree-sitter-systemverilog";
|
||||||
rev = "7c4b01b7df2f6e7fa1f698c9d30ac8f93af18ed2";
|
rev = "e88937e66adc3ee7be0bfe40b7e937eafe4212bb";
|
||||||
hash = "sha256-u0a8yQfFwYbAhuT8VZjKPuTfBNwAaQ0e25CcIek0thc=";
|
hash = "sha256-wzsjHDn6ZdGfOlufARurxCTwT8HqMvyfsnIIpXzRUYs=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/gmlarumbe/tree-sitter-systemverilog";
|
meta.homepage = "https://github.com/gmlarumbe/tree-sitter-systemverilog";
|
||||||
};
|
};
|
||||||
t32 = buildGrammar {
|
t32 = buildGrammar {
|
||||||
passthru.name = "t32";
|
passthru.name = "t32";
|
||||||
language = "t32";
|
language = "t32";
|
||||||
version = "0.0.0+rev=2f604ad17a15c09d99648199da7f173eed8250dc";
|
version = "0.0.0+rev=d4e26ab7a730cfbe0cf84dba6ea3647989064839";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitLab {
|
||||||
owner = "xasc";
|
owner = "xasc";
|
||||||
repo = "tree-sitter-t32";
|
repo = "tree-sitter-t32";
|
||||||
rev = "2f604ad17a15c09d99648199da7f173eed8250dc";
|
rev = "d4e26ab7a730cfbe0cf84dba6ea3647989064839";
|
||||||
hash = "sha256-9J8wy/7qW4vWsIzpDI+lVWr/6158jrod0nSk3ihXUPI=";
|
hash = "sha256-awbgOZaIqpdjsskSr6by2AyojVRU+gkLgS70abhPryE=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/xasc/tree-sitter-t32";
|
meta.homepage = "https://gitlab.com/xasc/tree-sitter-t32";
|
||||||
};
|
};
|
||||||
tablegen = buildGrammar {
|
tablegen = buildGrammar {
|
||||||
passthru.name = "tablegen";
|
passthru.name = "tablegen";
|
||||||
|
|
@ -3505,12 +3505,12 @@
|
||||||
tmux = buildGrammar {
|
tmux = buildGrammar {
|
||||||
passthru.name = "tmux";
|
passthru.name = "tmux";
|
||||||
language = "tmux";
|
language = "tmux";
|
||||||
version = "0.0.0+rev=815f8fa5ac7aeb6246c14896d16082fecdf98b2b";
|
version = "0.0.0+rev=72b42cd0307bdfe471fd151a0282d0d38e889944";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Freed-Wu";
|
owner = "Freed-Wu";
|
||||||
repo = "tree-sitter-tmux";
|
repo = "tree-sitter-tmux";
|
||||||
rev = "815f8fa5ac7aeb6246c14896d16082fecdf98b2b";
|
rev = "72b42cd0307bdfe471fd151a0282d0d38e889944";
|
||||||
hash = "sha256-qOvP0ZMRBOGkr1qzlVfq85l8AkQHUGXVqZtix5GLcPo=";
|
hash = "sha256-Rcyx38ZwtmNeQuSHeLkpn860yfJoZp7skUFmkNGLpHI=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/Freed-Wu/tree-sitter-tmux";
|
meta.homepage = "https://github.com/Freed-Wu/tree-sitter-tmux";
|
||||||
};
|
};
|
||||||
|
|
@ -3903,12 +3903,12 @@
|
||||||
xresources = buildGrammar {
|
xresources = buildGrammar {
|
||||||
passthru.name = "xresources";
|
passthru.name = "xresources";
|
||||||
language = "xresources";
|
language = "xresources";
|
||||||
version = "0.0.0+rev=321231f99e3704f1555de14cda5dca93ee14a95b";
|
version = "0.0.0+rev=fd546d43fe0a179b59dfdfb296082c584870e11b";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ValdezFOmar";
|
owner = "ValdezFOmar";
|
||||||
repo = "tree-sitter-xresources";
|
repo = "tree-sitter-xresources";
|
||||||
rev = "321231f99e3704f1555de14cda5dca93ee14a95b";
|
rev = "fd546d43fe0a179b59dfdfb296082c584870e11b";
|
||||||
hash = "sha256-W7/eYAGC+usKoUdT4JgP+0d3/FykrK/lkBSvhy38qQE=";
|
hash = "sha256-KbXPadsIADNqINBwjewDzkHHVoVhE6X0ltgWIPDGlrg=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/ValdezFOmar/tree-sitter-xresources";
|
meta.homepage = "https://github.com/ValdezFOmar/tree-sitter-xresources";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue