aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraMOPel <36712072+aMOPel@users.noreply.github.com>2023-10-20 21:59:56 +0200
committerGitHub <noreply@github.com>2023-10-20 15:59:56 -0400
commit6e4a7707995f80d4e24641a081e90fe61cd38060 (patch)
treecfd1ea7a066cccd46b904a7da4c42801ed0d79b8
parentfeat: register APKBUILD files as bash (diff)
downloadnvim-treesitter-6e4a7707995f80d4e24641a081e90fe61cd38060.tar
nvim-treesitter-6e4a7707995f80d4e24641a081e90fe61cd38060.tar.gz
nvim-treesitter-6e4a7707995f80d4e24641a081e90fe61cd38060.tar.bz2
nvim-treesitter-6e4a7707995f80d4e24641a081e90fe61cd38060.tar.lz
nvim-treesitter-6e4a7707995f80d4e24641a081e90fe61cd38060.tar.xz
nvim-treesitter-6e4a7707995f80d4e24641a081e90fe61cd38060.tar.zst
nvim-treesitter-6e4a7707995f80d4e24641a081e90fe61cd38060.zip
docs: improve description of `@type.definition` capture
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index cc0a385d4..43beeb04e 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -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