aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJędrzej Boczar <yendreij@gmail.com>2021-02-10 22:18:38 +0100
committerGitHub <noreply@github.com>2021-02-10 22:18:38 +0100
commit517c62d3e5a1966fc710d947224dc6ad1dfa383a (patch)
treed879af25069b4ddfee9ad6863defda9f74c7b238 /README.md
parentLua: highlight fields (diff)
downloadnvim-treesitter-517c62d3e5a1966fc710d947224dc6ad1dfa383a.tar
nvim-treesitter-517c62d3e5a1966fc710d947224dc6ad1dfa383a.tar.gz
nvim-treesitter-517c62d3e5a1966fc710d947224dc6ad1dfa383a.tar.bz2
nvim-treesitter-517c62d3e5a1966fc710d947224dc6ad1dfa383a.tar.lz
nvim-treesitter-517c62d3e5a1966fc710d947224dc6ad1dfa383a.tar.xz
nvim-treesitter-517c62d3e5a1966fc710d947224dc6ad1dfa383a.tar.zst
nvim-treesitter-517c62d3e5a1966fc710d947224dc6ad1dfa383a.zip
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 23622b49dbb9eace471e036c0f94fc64b5fda951. * queries/devicetree: add self as maintainer * [docgen] Update README.md skip-checks: true Co-authored-by: Github Actions <actions@github>
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8fde2bb2f..eff43e4d6 100644
--- a/README.md
+++ b/README.md
@@ -139,6 +139,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [cpp](https://github.com/tree-sitter/tree-sitter-cpp) (maintained by @theHamsta)
- [x] [css](https://github.com/tree-sitter/tree-sitter-css) (maintained by @TravonteD)
- [x] [dart](https://github.com/UserNobody14/tree-sitter-dart) (maintained by @Akin909)
+- [x] [devicetree](https://github.com/joelspadin/tree-sitter-devicetree) (maintained by @jedrzejboczar)
- [ ] [elm](https://github.com/elm-tooling/tree-sitter-elm)
- [x] [erlang](https://github.com/AbstractMachinesLab/tree-sitter-erlang) (maintained by @ostera)
- [x] [fennel](https://github.com/travonted/tree-sitter-fennel) (maintained by @TravonteD)