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

@ -783,7 +783,7 @@
"revision": "c23bd31d0aa72bfc01238b2546d5e823d8006709" "revision": "c23bd31d0aa72bfc01238b2546d5e823d8006709"
}, },
"yaml": { "yaml": {
"revision": "0e36bed171768908f331ff7dff9d956bae016efb" "revision": "9e59b9bbf839ba231fbcb953617d8b9b9a059e38"
}, },
"yang": { "yang": {
"revision": "2c0e6be8dd4dcb961c345fa35c309ad4f5bd3502" "revision": "2c0e6be8dd4dcb961c345fa35c309ad4f5bd3502"

View file

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