mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-09 06:50:06 -04:00
Add textobjects module
This commit is contained in:
parent
c42c38a834
commit
69cabc69be
9 changed files with 216 additions and 27 deletions
|
|
@ -217,7 +217,8 @@ More information is available in the help file (`:help nvim-treesitter-utils`).
|
|||
|
||||
## Supported Languages
|
||||
|
||||
For treesitter to work, we need to use query files such as those you can find in `queries/{lang}/{locals,highlights}.scm`
|
||||
For treesitter to work, we need to use query files such as those you can find in
|
||||
`queries/{lang}/{locals,highlights,textobjects}.scm`
|
||||
|
||||
We are looking for maintainers to write query files for their languages.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue