feat(desktop): desktop parser and queries (#7282)

This commit is contained in:
Omar Valdez 2024-10-26 01:06:22 -07:00 committed by GitHub
parent 1d7c55f0bd
commit 0a9108a7e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 114 additions and 0 deletions

View file

@ -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",