diff options
| author | Tomas Sandven <tomas@sandven.email> | 2021-07-19 07:44:03 +0200 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2021-09-17 21:06:36 +0200 |
| commit | f6c6d0d947bedf1a18377e0e8b8955923aded8c9 (patch) | |
| tree | bd460f25280ec4722a3402a2796d263035a714a6 /lua | |
| parent | Use terraform ft for tf and tfvars (diff) | |
| download | nvim-treesitter-f6c6d0d947bedf1a18377e0e8b8955923aded8c9.tar nvim-treesitter-f6c6d0d947bedf1a18377e0e8b8955923aded8c9.tar.gz nvim-treesitter-f6c6d0d947bedf1a18377e0e8b8955923aded8c9.tar.bz2 nvim-treesitter-f6c6d0d947bedf1a18377e0e8b8955923aded8c9.tar.lz nvim-treesitter-f6c6d0d947bedf1a18377e0e8b8955923aded8c9.tar.xz nvim-treesitter-f6c6d0d947bedf1a18377e0e8b8955923aded8c9.tar.zst nvim-treesitter-f6c6d0d947bedf1a18377e0e8b8955923aded8c9.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", |
