diff options
author | Gokul Soumya | 2022-02-11 03:31:52 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2022-02-15 05:04:46 +0000 |
commit | ab2a0f325b906574698933824b381ed65c7482a3 (patch) | |
tree | e48dc274f88f14e79e695a27442d5b07a01e2a6b /book/src/usage.md | |
parent | 989407f190d543154e33630b07f4a53d13798d72 (diff) |
Add object.movement for tree-sitter navigation
Diffstat (limited to 'book/src/usage.md')
-rw-r--r-- | book/src/usage.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/usage.md b/book/src/usage.md index 3f9499ca..039628bf 100644 --- a/book/src/usage.md +++ b/book/src/usage.md @@ -75,7 +75,7 @@ document and a special tree-sitter query file to work properly. [Only some grammars][lang-support] currently have the query file implemented. Contributions are welcome! -## Tree-sitter Based Navigation +## Tree-sitter Textobject Based Navigation Navigating between functions, classes, parameters, etc is made possible by leveraging tree-sitter and textobjects queries. For |