An open API service indexing awesome lists of open source software.

https://github.com/lewis6991/nvim-treesitter-pairs


https://github.com/lewis6991/nvim-treesitter-pairs

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# nvim-treesitter-pairs

Very WIP

## Requirements

Neovim >= v0.10.0

## Todo

- [ ] Handle middle words, e.g. `else` in `if`-`endif`.
May require queries.
- [ ] Support queries for languages with more complicated pairs

## Tested Languages

- [x] `c`
- [x] `lua`
- doesn't work properly on `]` in `x[index]`.