mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 21:40:03 -04:00
chore: fix typos
This commit is contained in:
parent
968621dfad
commit
6a4fdb317d
15 changed files with 20 additions and 20 deletions
|
|
@ -361,7 +361,7 @@ EOF
|
|||
|
||||
## Adding queries
|
||||
|
||||
Queries are what `nvim-treesitter` uses to extract informations from the syntax tree; they are
|
||||
Queries are what `nvim-treesitter` uses to extract information from the syntax tree; they are
|
||||
located in the `queries/{language}/*` runtime directories (like the `queries` folder of this plugin), e.g., `queries/{language}/{locals,highlights,textobjects}.scm`.
|
||||
Other modules may require additional queries such as `folding.scm`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue