mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
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:
parent
98127bded6
commit
517c62d3e5
6 changed files with 65 additions and 0 deletions
4
queries/devicetree/locals.scm
Normal file
4
queries/devicetree/locals.scm
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
[
|
||||
(node)
|
||||
(integer_cells)
|
||||
]@scope
|
||||
Loading…
Add table
Add a link
Reference in a new issue