From 0a9108a7e4df6e5a42469bd2eb3ad049cc426679 Mon Sep 17 00:00:00 2001 From: Omar Valdez Date: Sat, 26 Oct 2024 01:06:22 -0700 Subject: feat(desktop): desktop parser and queries (#7282) --- lua/nvim-treesitter/parsers.lua | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lua') 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", -- cgit v1.2.3-70-g09d2