mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 05:20:00 -04:00
Update lockfile
This commit is contained in:
parent
1d9b3b82ff
commit
ad5c0b9d78
3 changed files with 20 additions and 23 deletions
|
|
@ -301,7 +301,6 @@ list.toml = {
|
|||
install_info = {
|
||||
url = "https://github.com/ikatyang/tree-sitter-toml",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
requires_generate_from_grammar = true,
|
||||
generate_requires_npm = true,
|
||||
},
|
||||
maintainers = {"@tk-shirasaka"},
|
||||
|
|
@ -322,7 +321,6 @@ list.vue = {
|
|||
install_info = {
|
||||
url = "https://github.com/ikatyang/tree-sitter-vue",
|
||||
files = { "src/parser.c", "src/scanner.cc" },
|
||||
requires_generate_from_grammar = true,
|
||||
},
|
||||
maintainers = {"@WhyNotHugo"},
|
||||
}
|
||||
|
|
@ -348,7 +346,6 @@ list.yaml = {
|
|||
install_info = {
|
||||
url = "https://github.com/ikatyang/tree-sitter-yaml",
|
||||
files = { "src/parser.c", "src/scanner.cc" },
|
||||
requires_generate_from_grammar = true,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue