diff options
author | Thomas Vigouroux <tomvig38@gmail.com> | 2020-12-07 13:29:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-07 13:29:54 +0100 |
commit | 85bce4d13d405fe009428def4fbead54bb741008 (patch) | |
tree | 98efeca3fd1a6bc3d2405c3666f0ab751807e641 | |
parent | ee5ece084cf76fc90f0bd3aa4e0ddeaaca0bc51a (diff) | |
parent | c86ba6dea43f5d42cd8981d4e655c82b9619fc24 (diff) | |
download | rneovim-85bce4d13d405fe009428def4fbead54bb741008.tar.gz rneovim-85bce4d13d405fe009428def4fbead54bb741008.tar.bz2 rneovim-85bce4d13d405fe009428def4fbead54bb741008.zip |
Merge pull request #13473 from ostera/patch-1
Fix typo on treesitter.txt help page
-rw-r--r-- | runtime/doc/treesitter.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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. |