diff options
| author | Jędrzej Boczar <yendreij@gmail.com> | 2021-02-10 22:18:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-10 22:18:38 +0100 |
| commit | 517c62d3e5a1966fc710d947224dc6ad1dfa383a (patch) | |
| tree | d879af25069b4ddfee9ad6863defda9f74c7b238 /README.md | |
| parent | Lua: highlight fields (diff) | |
| download | nvim-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.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
