mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 19:30:02 -04:00
feat(yaml)!: switch upstream parser
This commit is contained in:
parent
16398a6c35
commit
b8f07b30ef
2 changed files with 4 additions and 4 deletions
|
|
@ -783,7 +783,7 @@
|
||||||
"revision": "c23bd31d0aa72bfc01238b2546d5e823d8006709"
|
"revision": "c23bd31d0aa72bfc01238b2546d5e823d8006709"
|
||||||
},
|
},
|
||||||
"yaml": {
|
"yaml": {
|
||||||
"revision": "0e36bed171768908f331ff7dff9d956bae016efb"
|
"revision": "9e59b9bbf839ba231fbcb953617d8b9b9a059e38"
|
||||||
},
|
},
|
||||||
"yang": {
|
"yang": {
|
||||||
"revision": "2c0e6be8dd4dcb961c345fa35c309ad4f5bd3502"
|
"revision": "2c0e6be8dd4dcb961c345fa35c309ad4f5bd3502"
|
||||||
|
|
|
||||||
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue