Add devicetree parser with queries (#900)

* Add devicetree parser with queries

* [docgen] Update README.md
skip-checks: true

* queries/devicetree: update highlight capture groups

* minor fix in CONTRIBUTING.md

* Revert "minor fix in CONTRIBUTING.md"

This reverts commit 23622b49db.

* queries/devicetree: add self as maintainer

* [docgen] Update README.md
skip-checks: true

Co-authored-by: Github Actions <actions@github>
This commit is contained in:
Jędrzej Boczar 2021-02-10 22:18:38 +01:00 committed by GitHub
parent 98127bded6
commit 517c62d3e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 65 additions and 0 deletions

View file

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