diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-11-10 15:26:15 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-11-10 15:26:15 +0100 |
commit | 1f10ff9a6039a50e2f7be394fc22b1400832cf17 (patch) | |
tree | 11bf79409444666762152930e403a5b28642de37 | |
parent | 63c7e63769231f5196ec09cd4ff031a1d8ca8cb1 (diff) |
Add note about text objects to README
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |