Add devicetree parser with queries

This commit is contained in:
Jędrzej Boczar 2021-01-31 22:38:51 +01:00
parent a077f61b67
commit 2d72fc34d9
5 changed files with 68 additions and 0 deletions

View file

@ -416,6 +416,15 @@ list.turtle = {
maintainers = { "@bonabeavis" },
}
list.devicetree = {
install_info = {
url = "https://github.com/joelspadin/tree-sitter-devicetree",
files = { "src/parser.c" },
branch = "main",
},
filetype = 'dts',
}
local M = {
list = list
}