diff options
| author | Tomas Sandven <tomas@sandven.email> | 2021-07-19 07:44:03 +0200 |
|---|---|---|
| committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-07-19 16:03:27 +0000 |
| commit | a6121f014d2e75bd9eab23082d0f6e02b46ae092 (patch) | |
| tree | bd460f25280ec4722a3402a2796d263035a714a6 /lua | |
| parent | Use terraform ft for tf and tfvars (diff) | |
| download | nvim-treesitter-a6121f014d2e75bd9eab23082d0f6e02b46ae092.tar nvim-treesitter-a6121f014d2e75bd9eab23082d0f6e02b46ae092.tar.gz nvim-treesitter-a6121f014d2e75bd9eab23082d0f6e02b46ae092.tar.bz2 nvim-treesitter-a6121f014d2e75bd9eab23082d0f6e02b46ae092.tar.lz nvim-treesitter-a6121f014d2e75bd9eab23082d0f6e02b46ae092.tar.xz nvim-treesitter-a6121f014d2e75bd9eab23082d0f6e02b46ae092.tar.zst nvim-treesitter-a6121f014d2e75bd9eab23082d0f6e02b46ae092.zip | |
Add YANG parser
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index ae8e7a2e8..0739d01b7 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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", |
