From b610b47b904559f551bd5b30bc8d6fef98d5a255 Mon Sep 17 00:00:00 2001 From: Jeetaditya Chatterjee Date: Thu, 19 Aug 2021 22:05:00 +0100 Subject: [PATCH] docs(tree-sitter): make wording more verbose include 'like other text objects' to draw similarities and make the use case clear --- modules/tools/tree-sitter/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tools/tree-sitter/README.org b/modules/tools/tree-sitter/README.org index b15162f87..e87c6db6b 100644 --- a/modules/tools/tree-sitter/README.org +++ b/modules/tools/tree-sitter/README.org @@ -26,7 +26,7 @@ syntax tree as the source file is edited. + include better syntax highlighting of supported code + add structural text objects to manipulate functions statements and other code - structures + structures like any other text object ** Maintainers - @jeetelongname