Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'book/src/textobjects.md')
-rw-r--r--book/src/textobjects.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/book/src/textobjects.md b/book/src/textobjects.md
index 541acab9..c950167a 100644
--- a/book/src/textobjects.md
+++ b/book/src/textobjects.md
@@ -24,6 +24,7 @@ function or block of code.
| `c` | Comment |
| `T` | Test |
| `g` | Change |
+| `x` | (X)HTML element |
> 💡 `f`, `t`, etc. need a tree-sitter grammar active for the current
document and a special tree-sitter query file to work properly. [Only