feat(yaml)!: switch upstream parser

This commit is contained in:
Amaan Qureshi 2024-03-15 03:13:26 -04:00
parent 16398a6c35
commit b8f07b30ef
2 changed files with 4 additions and 4 deletions

View file

@ -2274,10 +2274,10 @@ list.xml = {
list.yaml = {
install_info = {
url = "https://github.com/ikatyang/tree-sitter-yaml",
files = { "src/parser.c", "src/scanner.cc" },
url = "https://github.com/tree-sitter-grammars/tree-sitter-yaml",
files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@stsewd" },
maintainers = { "@amaanq" },
}
list.yang = {