Add YANG parser

This commit is contained in:
Tomas Sandven 2021-07-19 07:44:03 +02:00 committed by mergify[bot]
parent a7c90103ce
commit a6121f014d
4 changed files with 40 additions and 0 deletions

View file

@ -424,6 +424,15 @@ list.yaml = {
maintainers = { "@stsewd" },
}
list.yang = {
install_info = {
url = "https://github.com/Hubro/tree-sitter-yang",
files = { "src/parser.c" },
},
maintainers = { "@Hubro" },
filetype = "yang",
}
list.nix = {
install_info = {
url = "https://github.com/cstrahan/tree-sitter-nix",