mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 23:31:51 +00:00
docs(gen_vimdoc.py): ignore health.lua files #15614
This commit is contained in:
@@ -767,17 +767,4 @@ new({source}, {lang}, {opts}) *languagetree.new()*
|
|||||||
the injection language query per
|
the injection language query per
|
||||||
language.
|
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:
|
vim:tw=78:ts=8:ft=help:norl:
|
||||||
|
@@ -197,7 +197,6 @@ CONFIG = {
|
|||||||
'query.lua',
|
'query.lua',
|
||||||
'highlighter.lua',
|
'highlighter.lua',
|
||||||
'languagetree.lua',
|
'languagetree.lua',
|
||||||
'health.lua',
|
|
||||||
],
|
],
|
||||||
'files': ' '.join([
|
'files': ' '.join([
|
||||||
os.path.join(base_dir, 'runtime/lua/vim/treesitter.lua'),
|
os.path.join(base_dir, 'runtime/lua/vim/treesitter.lua'),
|
||||||
@@ -1131,7 +1130,7 @@ Doxyfile = textwrap.dedent('''
|
|||||||
INPUT_FILTER = "{filter}"
|
INPUT_FILTER = "{filter}"
|
||||||
EXCLUDE =
|
EXCLUDE =
|
||||||
EXCLUDE_SYMLINKS = NO
|
EXCLUDE_SYMLINKS = NO
|
||||||
EXCLUDE_PATTERNS = */private/*
|
EXCLUDE_PATTERNS = */private/* */health.lua
|
||||||
EXCLUDE_SYMBOLS =
|
EXCLUDE_SYMBOLS =
|
||||||
EXTENSION_MAPPING = lua=C
|
EXTENSION_MAPPING = lua=C
|
||||||
EXTRACT_PRIVATE = NO
|
EXTRACT_PRIVATE = NO
|
||||||
|
Reference in New Issue
Block a user