.cl-keeper.yaml
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
conftest.py
poe_tasks.toml
pyproject.toml
tox.toml
uv.lock
.github/dependabot.yml
.github/workflows/ci.yaml
docs/Makefile
docs/make.bat
docs/source/apidoc.rst
docs/source/autodoc.rst
docs/source/conf.py
docs/source/directives.rst
docs/source/example.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/quickstart.rst
docs/source/roles.rst
docs/source/settings.rst
docs/source/troubleshooring.rst
docs/source/_extra/robots.txt
docs/source/example/.emmyrc.json
docs/source/example/logging.lua
scripts/resolve_venv.sh
sphinx_lua_ls/__init__.py
sphinx_lua_ls/_version.py
sphinx_lua_ls/apidoc.py
sphinx_lua_ls/autodoc.py
sphinx_lua_ls/autoindex.py
sphinx_lua_ls/config.py
sphinx_lua_ls/domain.py
sphinx_lua_ls/inherited.py
sphinx_lua_ls/intersphinx.py
sphinx_lua_ls/lua_ls.py
sphinx_lua_ls/nodes.py
sphinx_lua_ls/objtree.py
sphinx_lua_ls/py.typed
sphinx_lua_ls/pygments.py
sphinx_lua_ls/utils.py
sphinx_lua_ls.egg-info/PKG-INFO
sphinx_lua_ls.egg-info/SOURCES.txt
sphinx_lua_ls.egg-info/dependency_links.txt
sphinx_lua_ls.egg-info/requires.txt
sphinx_lua_ls.egg-info/top_level.txt
sphinx_lua_ls/static/lua.css
test/__init__.py
test/conftest.py
test/test_parse.py
test/test_regression.py
test/test_versions.py
test/roots/test-apidoc/.gitignore
test/roots/test-apidoc/Makefile
test/roots/test-apidoc/conf.py
test/roots/test-apidoc/index.rst
test/roots/test-apidoc/make.bat
test/roots/test-apidoc/lua/mod.lua
test/roots/test-apidoc/lua/mod/inner.lua
test/roots/test-autodoc/Makefile
test/roots/test-autodoc/conf.py
test/roots/test-autodoc/index.rst
test/roots/test-autodoc/make.bat
test/roots/test-autodoc-disabled/Makefile
test/roots/test-autodoc-disabled/conf.py
test/roots/test-autodoc-disabled/index.rst
test/roots/test-autodoc-disabled/make.bat
test/roots/test-autodoc-emmylua/Makefile
test/roots/test-autodoc-emmylua/conf.py
test/roots/test-autodoc-emmylua/index.rst
test/roots/test-autodoc-emmylua/make.bat
test/roots/test-autodoc-emmylua/lua/.emmyrc.json
test/roots/test-autodoc-emmylua/lua/annotations.lua
test/roots/test-autodoc-emmylua/lua/doctype.lua
test/roots/test-autodoc-emmylua/lua/global_tables.lua
test/roots/test-autodoc-emmylua/lua/globals.lua
test/roots/test-autodoc-emmylua/lua/globals_2.lua
test/roots/test-autodoc-emmylua/lua/incongruent_export.lua
test/roots/test-autodoc-emmylua/lua/member_ordering.lua
test/roots/test-autodoc-emmylua/lua/module_function.lua
test/roots/test-autodoc-emmylua/lua/module_title.lua
test/roots/test-autodoc-emmylua/lua/nested_modules.lua
test/roots/test-autodoc-emmylua/lua/nesting.lua
test/roots/test-autodoc-emmylua/lua/object_types.lua
test/roots/test-autodoc-emmylua/lua/relative_resolve.lua
test/roots/test-autodoc-emmylua/lua/signatures.lua
test/roots/test-autodoc-emmylua/lua/using.lua
test/roots/test-autodoc-emmylua/lua/foo/x.lua
test/roots/test-autodoc-emmylua/src/annotations.rst
test/roots/test-autodoc-emmylua/src/autoindex.rst
test/roots/test-autodoc-emmylua/src/doctype.rst
test/roots/test-autodoc-emmylua/src/global_tables.rst
test/roots/test-autodoc-emmylua/src/globals.rst
test/roots/test-autodoc-emmylua/src/incongruent_export.rst
test/roots/test-autodoc-emmylua/src/member_ordering.rst
test/roots/test-autodoc-emmylua/src/module_function.rst
test/roots/test-autodoc-emmylua/src/module_title.rst
test/roots/test-autodoc-emmylua/src/nested_modules.rst
test/roots/test-autodoc-emmylua/src/nesting.rst
test/roots/test-autodoc-emmylua/src/nesting_recursive.rst
test/roots/test-autodoc-emmylua/src/object_types.rst
test/roots/test-autodoc-emmylua/src/relative_resolve.rst
test/roots/test-autodoc-emmylua/src/require.rst
test/roots/test-autodoc-emmylua/src/signatures.rst
test/roots/test-autodoc-emmylua/src/using.rst
test/roots/test-autodoc-roots/Makefile
test/roots/test-autodoc-roots/conf.py
test/roots/test-autodoc-roots/index.rst
test/roots/test-autodoc-roots/make.bat
test/roots/test-autodoc-roots/lua/root_1/autodoc.lua
test/roots/test-autodoc-roots/lua/root_2/autodoc.lua
test/roots/test-autodoc-settings/Makefile
test/roots/test-autodoc-settings/conf.py
test/roots/test-autodoc-settings/index.rst
test/roots/test-autodoc-settings/make.bat
test/roots/test-autodoc-settings-override/Makefile
test/roots/test-autodoc-settings-override/conf.py
test/roots/test-autodoc-settings-override/index.rst
test/roots/test-autodoc-settings-override/make.bat
test/roots/test-autodoc-settings-override/lua/autodoc.lua
test/roots/test-autodoc-settings/lua/autodoc.lua
test/roots/test-autodoc/lua/annotations.lua
test/roots/test-autodoc/lua/globals.lua
test/roots/test-autodoc/lua/globals_2.lua
test/roots/test-autodoc/lua/member_ordering.lua
test/roots/test-autodoc/lua/module_title.lua
test/roots/test-autodoc/lua/nested_modules.lua
test/roots/test-autodoc/lua/nesting.lua
test/roots/test-autodoc/lua/object_types.lua
test/roots/test-autodoc/lua/relative_resolve.lua
test/roots/test-autodoc/src/annotations.rst
test/roots/test-autodoc/src/autoindex.rst
test/roots/test-autodoc/src/globals.rst
test/roots/test-autodoc/src/member_ordering.rst
test/roots/test-autodoc/src/module_title.rst
test/roots/test-autodoc/src/nested_modules.rst
test/roots/test-autodoc/src/nesting.rst
test/roots/test-autodoc/src/nesting_recursive.rst
test/roots/test-autodoc/src/object_types.rst
test/roots/test-autodoc/src/relative_resolve.rst
test/roots/test-autodoc/src/unknown_object.rst
test/roots/test-doc/Makefile
test/roots/test-doc/conf.py
test/roots/test-doc/index.rst
test/roots/test-doc/make.bat
test/roots/test-doc/src/annotations.rst
test/roots/test-doc/src/autoindex.rst
test/roots/test-doc/src/directives.rst
test/roots/test-doc/src/inherited.rst
test/roots/test-doc/src/modules.rst
test/roots/test-doc/src/refs.rst
test/roots/test-intersphinx/Makefile
test/roots/test-intersphinx/conf.py
test/roots/test-intersphinx/index.rst
test/roots/test-intersphinx/make.bat
test/test_regression/apidoc-md-sep.yml
test/test_regression/apidoc-md.yml
test/test_regression/apidoc-rst-sep.yml
test/test_regression/apidoc-rst.yml
test/test_regression/autodoc-annotations.html
test/test_regression/autodoc-autoindex.html
test/test_regression/autodoc-disabled-index.html
test/test_regression/autodoc-emmylua-annotations.html
test/test_regression/autodoc-emmylua-autoindex.html
test/test_regression/autodoc-emmylua-doctype.html
test/test_regression/autodoc-emmylua-global_tables.html
test/test_regression/autodoc-emmylua-globals.html
test/test_regression/autodoc-emmylua-incongruent_export.html
test/test_regression/autodoc-emmylua-index.html
test/test_regression/autodoc-emmylua-member_ordering.html
test/test_regression/autodoc-emmylua-module_function.html
test/test_regression/autodoc-emmylua-module_title.html
test/test_regression/autodoc-emmylua-nested_modules.html
test/test_regression/autodoc-emmylua-nesting.html
test/test_regression/autodoc-emmylua-nesting_recursive.html
test/test_regression/autodoc-emmylua-object_types.html
test/test_regression/autodoc-emmylua-relative_resolve.html
test/test_regression/autodoc-emmylua-require.html
test/test_regression/autodoc-emmylua-signatures.html
test/test_regression/autodoc-emmylua-using.html
test/test_regression/autodoc-globals.html
test/test_regression/autodoc-member_ordering.html
test/test_regression/autodoc-module_title.html
test/test_regression/autodoc-nested_modules.html
test/test_regression/autodoc-nesting.html
test/test_regression/autodoc-nesting_recursive.html
test/test_regression/autodoc-object_types.html
test/test_regression/autodoc-relative_resolve.html
test/test_regression/autodoc-roots-default.html
test/test_regression/autodoc-roots-no-roots.html
test/test_regression/autodoc-roots-single-root.html
test/test_regression/autodoc-settings-no-recursion.html
test/test_regression/autodoc-settings-simple.html
test/test_regression/autodoc-unknown_object.html
test/test_regression/doc-annotations.html
test/test_regression/doc-autoindex.html
test/test_regression/doc-directives.html
test/test_regression/doc-inherited.html
test/test_regression/doc-modules.html
test/test_regression/doc-refs.html