diff options
Diffstat (limited to 'book/src/usage.md')
-rw-r--r-- | book/src/usage.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/book/src/usage.md b/book/src/usage.md index 039628bf..9ae1eac5 100644 --- a/book/src/usage.md +++ b/book/src/usage.md @@ -69,6 +69,7 @@ Currently supported: `word`, `surround`, `function`, `class`, `parameter`. | `f` | Function | | `c` | Class | | `p` | Parameter | +| `o` | Comment | > NOTE: `f`, `c`, etc need a tree-sitter grammar active for the current document and a special tree-sitter query file to work properly. [Only |