mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
* 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>
14 lines
102 B
Scheme
14 lines
102 B
Scheme
[
|
|
(node)
|
|
(property)
|
|
(integer_cells)
|
|
] @indent
|
|
|
|
[
|
|
"}"
|
|
">"
|
|
] @branch
|
|
|
|
[
|
|
(comment)
|
|
] @ignore
|