aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/treesitter.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/doc/treesitter.txt')
-rw-r--r--runtime/doc/treesitter.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/runtime/doc/treesitter.txt b/runtime/doc/treesitter.txt
index ccb3c445df..76cde91920 100644
--- a/runtime/doc/treesitter.txt
+++ b/runtime/doc/treesitter.txt
@@ -686,11 +686,6 @@ add({lang}, {opts}) *vim.treesitter.language.add()*
• path (string|nil) Optional path the parser is located at
• symbol_name (string|nil) Internal symbol name for the
language to load
- • silent (boolean|nil) Don't throw an error if language not
- found
-
- Return: ~
- (boolean) If the specified language is installed
get_lang({filetype}) *vim.treesitter.language.get_lang()*
Parameters: ~