From c86ba6dea43f5d42cd8981d4e655c82b9619fc24 Mon Sep 17 00:00:00 2001 From: Leandro Ostera Date: Mon, 7 Dec 2020 08:08:23 +0100 Subject: Fix typo on treesitter.txt help page --- runtime/doc/treesitter.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/doc/treesitter.txt b/runtime/doc/treesitter.txt index ae77b0a35a..cd6186834d 100644 --- a/runtime/doc/treesitter.txt +++ b/runtime/doc/treesitter.txt @@ -280,7 +280,7 @@ This lists the currently available predicates to use in queries. Treesitter syntax highlighting (WIP) *lua-treesitter-highlight* NOTE: This is a partially implemented feature, and not usable as a default -solution yet. What is documented here is a temporary interface indented +solution yet. What is documented here is a temporary interface intended for those who want to experiment with this feature and contribute to its development. -- cgit