diff options
| -rw-r--r-- | lockfile.json | 2 | ||||
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lockfile.json b/lockfile.json index c7a7cb336..c638eb020 100644 --- a/lockfile.json +++ b/lockfile.json @@ -783,7 +783,7 @@ "revision": "c23bd31d0aa72bfc01238b2546d5e823d8006709" }, "yaml": { - "revision": "0e36bed171768908f331ff7dff9d956bae016efb" + "revision": "9e59b9bbf839ba231fbcb953617d8b9b9a059e38" }, "yang": { "revision": "2c0e6be8dd4dcb961c345fa35c309ad4f5bd3502" diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index bbd07e17a..a365e219c 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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 = { |
