docs(tree-sitter): add param to text obj table

This commit is contained in:
Jeetaditya Chatterjee 2022-01-05 18:58:52 +00:00
parent 7534ce8fa7
commit e01e58c773
No known key found for this signature in database
GPG key ID: 09D54CECD2132B91

View file

@ -65,6 +65,7 @@ Note: only languages with parser's in emacs have text object support currently.
Currently text objects are bound to: Currently text objects are bound to:
| key | text object | | key | text object |
|-----+---------------------| |-----+---------------------|
| =a= | parameter list |
| =f= | function definition | | =f= | function definition |
| =F= | function call | | =F= | function call |
| =C= | class | | =C= | class |