diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index f6731303d..fd79f8af7 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -365,6 +365,14 @@ list.dart = { maintainers = { "@akinsho" }, } +list.desktop = { + install_info = { + url = "https://github.com/ValdezFOmar/tree-sitter-desktop", + files = { "src/parser.c" }, + }, + maintainers = { "@ValdezFOmar" }, +} + list.devicetree = { install_info = { url = "https://github.com/joelspadin/tree-sitter-devicetree", |
