diff options
author | Thomas Vigouroux <tomvig38@gmail.com> | 2021-07-26 20:38:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-26 20:38:11 +0200 |
commit | b8813bacfe7888c9c1b40ce27f414bb868d449be (patch) | |
tree | 833a8bda0da61d7731baf6b0a5bb1dc2733f6832 | |
parent | ec7881bbfd0b41812b39c658cb7c4be7993d113e (diff) | |
parent | ceaef6bf3f2dedb6b1458a30d868cb38555287a6 (diff) | |
download | rneovim-b8813bacfe7888c9c1b40ce27f414bb868d449be.tar.gz rneovim-b8813bacfe7888c9c1b40ce27f414bb868d449be.tar.bz2 rneovim-b8813bacfe7888c9c1b40ce27f414bb868d449be.zip |
Merge pull request #15090 from kraftwerk28/master
docs: fix typo in treesitter.txt
-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 5ddc0394cd..69aacedaa4 100644 --- a/runtime/doc/treesitter.txt +++ b/runtime/doc/treesitter.txt @@ -169,7 +169,7 @@ a tree, using a simple to write lisp-like format. See https://tree-sitter.github.io/tree-sitter/using-parsers#query-syntax for more information on how to write queries. -Note: The perdicates listed in the web page above differ from those Neovim +Note: The predicates listed in the web page above differ from those Neovim supports. See |lua-treesitter-predicates| for a complete list of predicates supported by Neovim. |