nvim-treesitter/queries/devicetree/indents.scm
Jędrzej Boczar 517c62d3e5
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>
2021-02-10 22:18:38 +01:00

14 lines
102 B
Scheme

[
(node)
(property)
(integer_cells)
] @indent
[
"}"
">"
] @branch
[
(comment)
] @ignore