mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -04:00
Add YANG parser
This commit is contained in:
parent
a7c90103ce
commit
a6121f014d
4 changed files with 40 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue