mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
docs: improve description of @type.definition capture
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
This commit is contained in:
parent
486bb0e557
commit
6e4a770799
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ As languages differ quite a lot, here is a set of captures available to you when
|
|||
```scheme
|
||||
@type ; type or class definitions and annotations
|
||||
@type.builtin ; built-in types
|
||||
@type.definition ; type definitions (e.g. `typedef` in C)
|
||||
@type.definition ; identifiers in type definitions (e.g. `typedef <type> <identifier>` in C)
|
||||
@type.qualifier ; type qualifiers (e.g. `const`)
|
||||
|
||||
@storageclass ; modifiers that affect storage in memory or life-time
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue