aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Coudron <teto@users.noreply.github.com>2021-08-09 19:51:47 +0200
committerGitHub <noreply@github.com>2021-08-09 19:51:47 +0200
commit0e9d97896ae43b106b9ed6b1078d4b33280cf729 (patch)
tree106e6fe1141fbaa057ebf9e67a4ff9c69ec2599f
parenta3d5f391cfa3685b2127b176ed078a393176fc84 (diff)
parent109a417e2119ff5be7f3410ce98e6bdf04c54d00 (diff)
downloadrneovim-0e9d97896ae43b106b9ed6b1078d4b33280cf729.tar.gz
rneovim-0e9d97896ae43b106b9ed6b1078d4b33280cf729.tar.bz2
rneovim-0e9d97896ae43b106b9ed6b1078d4b33280cf729.zip
Merge pull request #15307 from muniter/update-help.txt
docs(help.txt): Add a tag to the neovim api.
-rw-r--r--runtime/doc/help.txt18
1 files changed, 10 insertions, 8 deletions
diff --git a/runtime/doc/help.txt b/runtime/doc/help.txt
index 8b096ff28b..353058ec03 100644
--- a/runtime/doc/help.txt
+++ b/runtime/doc/help.txt
@@ -130,6 +130,7 @@ Advanced editing ~
|eval.txt| expression evaluation, conditional commands
|fold.txt| hide (fold) ranges of lines
|lua.txt| Lua API
+|api.txt| Nvim API via RPC, Lua and VimL
Special issues ~
|testing.txt| testing Vim and Vim scripts
@@ -137,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