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

@ -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,
},