mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 04:10:06 -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
|
|
@ -732,7 +732,7 @@
|
||||||
"revision": "3937c5cd105ec4127448651a21aef45f52d19609"
|
"revision": "3937c5cd105ec4127448651a21aef45f52d19609"
|
||||||
},
|
},
|
||||||
"toml": {
|
"toml": {
|
||||||
"revision": "8bd2056818b21860e3d756b5a58c4f6e05fb744e"
|
"revision": "221526cb106e4f0e26d715922e573c2903ecc72a"
|
||||||
},
|
},
|
||||||
"tsv": {
|
"tsv": {
|
||||||
"revision": "7eb7297823605392d2bbcc4c09b1cd18d6fa9529"
|
"revision": "7eb7297823605392d2bbcc4c09b1cd18d6fa9529"
|
||||||
|
|
|
||||||
|
|
@ -2120,7 +2120,7 @@ list.todotxt = {
|
||||||
|
|
||||||
list.toml = {
|
list.toml = {
|
||||||
install_info = {
|
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" },
|
files = { "src/parser.c", "src/scanner.c" },
|
||||||
generate_requires_npm = true,
|
generate_requires_npm = true,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue