docs: improve description of @type.definition capture

Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
This commit is contained in:
aMOPel 2023-10-20 21:59:56 +02:00 committed by GitHub
parent 486bb0e557
commit 6e4a770799
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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