From a6121f014d2e75bd9eab23082d0f6e02b46ae092 Mon Sep 17 00:00:00 2001 From: Tomas Sandven Date: Mon, 19 Jul 2021 07:44:03 +0200 Subject: Add YANG parser --- lua/nvim-treesitter/parsers.lua | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lua') 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", -- cgit v1.2.3-70-g09d2