https://github.com/lewis6991/nvim-treesitter-pairs
https://github.com/lewis6991/nvim-treesitter-pairs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lewis6991/nvim-treesitter-pairs
- Owner: lewis6991
- License: mit
- Created: 2024-01-29T22:21:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-27T09:01:32.000Z (5 months ago)
- Last Synced: 2025-07-02T21:05:05.649Z (3 months ago)
- Language: Lua
- Size: 3.91 KB
- Stars: 9
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]`.