docs(help.txt): add treesitter to the main help file

This commit is contained in:
Javier Lopez 2021-08-08 14:56:19 -05:00 committed by Javier López
parent 4667bfb732
commit 109a417e21

View File

@ -140,6 +140,7 @@ Special issues ~
Programming language support ~
|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