From e01e58c7735412e37bc50c5fe1747e0aff66fe50 Mon Sep 17 00:00:00 2001 From: Jeetaditya Chatterjee Date: Wed, 5 Jan 2022 18:58:52 +0000 Subject: [PATCH] docs(tree-sitter): add param to text obj table --- modules/tools/tree-sitter/README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/tools/tree-sitter/README.org b/modules/tools/tree-sitter/README.org index 31a811fb6..aa6c5d47f 100644 --- a/modules/tools/tree-sitter/README.org +++ b/modules/tools/tree-sitter/README.org @@ -65,6 +65,7 @@ Note: only languages with parser's in emacs have text object support currently. Currently text objects are bound to: | key | text object | |-----+---------------------| +| =a= | parameter list | | =f= | function definition | | =F= | function call | | =C= | class |