diff options
author | Gregory Anders <greg@gpanders.com> | 2021-09-09 19:28:12 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-09 18:28:12 -0700 |
commit | a422f2136a001921fb54e7b83b6d00e6d5f42a4a (patch) | |
tree | 37abc950052b3302325bb314f9c6c71fb7c7ad90 /runtime | |
parent | 2fe95cb1adfa00e67ac8bd51197f003312b99132 (diff) | |
download | rneovim-a422f2136a001921fb54e7b83b6d00e6d5f42a4a.tar.gz rneovim-a422f2136a001921fb54e7b83b6d00e6d5f42a4a.tar.bz2 rneovim-a422f2136a001921fb54e7b83b6d00e6d5f42a4a.zip |
docs(gen_vimdoc.py): ignore health.lua files #15614
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/treesitter.txt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/runtime/doc/treesitter.txt b/runtime/doc/treesitter.txt index a509c328e5..86316b8ac5 100644 --- a/runtime/doc/treesitter.txt +++ b/runtime/doc/treesitter.txt @@ -767,17 +767,4 @@ new({source}, {lang}, {opts}) *languagetree.new()* the injection language query per language. - -============================================================================== -Lua module: vim.treesitter.health *treesitter-health* - -check_health() *check_health()* - TODO: Documentation - -list_parsers() *list_parsers()* - Lists the parsers currently installed - - Return: ~ - A list of parsers - vim:tw=78:ts=8:ft=help:norl: |