docs(tree-sitter): update text obj table

This commit is contained in:
Jeetaditya Chatterjee 2022-02-15 19:53:18 +00:00
parent 3ccfc3d847
commit 93b6f8adfb
No known key found for this signature in database
GPG key ID: 09D54CECD2132B91

View file

@ -62,12 +62,12 @@ Note: only languages with parsers in emacs have text object support currently.
Currently text objects are bound to:
| key | text object |
|-----+---------------------|
| =a= | parameter list |
| =A= | parameter list |
| =f= | function definition |
| =F= | function call |
| =C= | class |
| =c= | comment |
| =i= | conditional |
| =v= | conditional |
| =l= | loop |
They are used in a container context (not =vf= but =vaf= or =vif=)