aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1e3abf3..b2be7ce 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,9 @@ indentation, etc., as well as automatic filetype detection for Neovim.
## Neovim Support
If you would like to use this parser in Neovim, the following configuration is
-required.
+required. Also good to note is that the Neovim plugin adds two additional text
+objects, `@node` and `@text`. The former matches on entire nodes, while the
+latter matches on the text within a `{-…}` or `{=…}` construction.
### Plugin Installation