feat(toml): switch to upstream fork

This commit is contained in:
Christian Clason 2024-05-03 11:28:46 +02:00
parent 7441b82fe5
commit b659a6c2c3
2 changed files with 2 additions and 2 deletions

View file

@ -732,7 +732,7 @@
"revision": "3937c5cd105ec4127448651a21aef45f52d19609"
},
"toml": {
"revision": "8bd2056818b21860e3d756b5a58c4f6e05fb744e"
"revision": "221526cb106e4f0e26d715922e573c2903ecc72a"
},
"tsv": {
"revision": "7eb7297823605392d2bbcc4c09b1cd18d6fa9529"

View file

@ -2120,7 +2120,7 @@ list.todotxt = {
list.toml = {
install_info = {
url = "https://github.com/ikatyang/tree-sitter-toml",
url = "https://github.com/tree-sitter-grammars/tree-sitter-toml",
files = { "src/parser.c", "src/scanner.c" },
generate_requires_npm = true,
},