From ece12dd74d44da8bb8686ac7d65458de47dbc9b9 Mon Sep 17 00:00:00 2001 From: uncenter Date: Mon, 5 May 2025 09:20:57 -0400 Subject: [PATCH] docs(guides/textobject): list `parameter.around` capture (#13470) --- book/src/guides/textobject.md | 1 + 1 file changed, 1 insertion(+) diff --git a/book/src/guides/textobject.md b/book/src/guides/textobject.md index 2cf3d3bec..b0efb03bc 100644 --- a/book/src/guides/textobject.md +++ b/book/src/guides/textobject.md @@ -23,6 +23,7 @@ The following [captures][tree-sitter-captures] are recognized: | `test.inside` | | `test.around` | | `parameter.inside` | +| `parameter.around` | | `comment.inside` | | `comment.around` | | `entry.inside` |