mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 05:50:04 -04:00
feat(toml): switch to upstream fork
This commit is contained in:
parent
7441b82fe5
commit
b659a6c2c3
2 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue