aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Lopez <graulopezjavier@gmail.com>2021-08-08 14:56:19 -0500
committerJavier López <graulopezjavier@gmail.com>2021-08-09 09:17:02 -0500
commit109a417e2119ff5be7f3410ce98e6bdf04c54d00 (patch)
treeb7305f2666a80e1c3b8e7561533f65c5f139beef
parent4667bfb7329c8a88135f531bc53077cb93b47421 (diff)
downloadrneovim-109a417e2119ff5be7f3410ce98e6bdf04c54d00.tar.gz
rneovim-109a417e2119ff5be7f3410ce98e6bdf04c54d00.tar.bz2
rneovim-109a417e2119ff5be7f3410ce98e6bdf04c54d00.zip
docs(help.txt): add treesitter to the main help file
-rw-r--r--runtime/doc/help.txt17
1 files changed, 9 insertions, 8 deletions
diff --git a/runtime/doc/help.txt b/runtime/doc/help.txt
index fa7e8991bf..353058ec03 100644
--- a/runtime/doc/help.txt
+++ b/runtime/doc/help.txt
@@ -138,14 +138,15 @@ Special issues ~
|remote.txt| using Vim as a server or client
Programming language support ~
-|indent.txt| automatic indenting for C and other languages
-|lsp.txt| Language Server Protocol (LSP)
-|syntax.txt| syntax highlighting
-|filetype.txt| settings done specifically for a type of file
-|quickfix.txt| commands for a quick edit-compile-fix cycle
-|ft_ada.txt| Ada (the programming language) support
-|ft_rust.txt| Filetype plugin for Rust
-|ft_sql.txt| about the SQL filetype plugin
+|indent.txt| automatic indenting for C and other languages
+|lsp.txt| Language Server Protocol (LSP)
+|treesitter.txt| tree-sitter library for incremental parsing of buffers
+|syntax.txt| syntax highlighting
+|filetype.txt| settings done specifically for a type of file
+|quickfix.txt| commands for a quick edit-compile-fix cycle
+|ft_ada.txt| Ada (the programming language) support
+|ft_rust.txt| Filetype plugin for Rust
+|ft_sql.txt| about the SQL filetype plugin
Language support ~
|digraph.txt| list of available digraphs