From 1f10ff9a6039a50e2f7be394fc22b1400832cf17 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 10 Nov 2023 15:26:15 +0100 Subject: Add note about text objects to README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3