mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 12:06:55 -04:00
feat(desktop): desktop parser and queries (#7282)
This commit is contained in:
parent
1d7c55f0bd
commit
0a9108a7e4
5 changed files with 114 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue