.gitattributes
.gitignore
.pre-commit-config.yaml
.prettierrc
CHANGELOG.rst
CODE_OF_CONDUCT.rst
LICENSE
README.rst
conftest.py
pyproject.toml
spelling_private_dict.txt
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/dependabot-merge.yml
.github/workflows/release.yml
.vscode/extensions.json
.vscode/settings.json
src/sybil_extras/__init__.py
src/sybil_extras/languages.py
src/sybil_extras/py.typed
src/sybil_extras/spelling_private_dict.txt
src/sybil_extras.egg-info/PKG-INFO
src/sybil_extras.egg-info/SOURCES.txt
src/sybil_extras.egg-info/dependency_links.txt
src/sybil_extras.egg-info/not-zip-safe
src/sybil_extras.egg-info/requires.txt
src/sybil_extras.egg-info/top_level.txt
src/sybil_extras/evaluators/__init__.py
src/sybil_extras/evaluators/block_accumulator.py
src/sybil_extras/evaluators/multi.py
src/sybil_extras/evaluators/no_op.py
src/sybil_extras/evaluators/shell_evaluator.py
src/sybil_extras/evaluators/spelling_private_dict.txt
src/sybil_extras/parsers/__init__.py
src/sybil_extras/parsers/abstract/__init__.py
src/sybil_extras/parsers/abstract/_grouping_utils.py
src/sybil_extras/parsers/abstract/group_all.py
src/sybil_extras/parsers/abstract/grouped_source.py
src/sybil_extras/parsers/abstract/spelling_private_dict.txt
src/sybil_extras/parsers/markdown/__init__.py
src/sybil_extras/parsers/markdown/custom_directive_skip.py
src/sybil_extras/parsers/markdown/group_all.py
src/sybil_extras/parsers/markdown/grouped_source.py
src/sybil_extras/parsers/markdown/spelling_private_dict.txt
src/sybil_extras/parsers/mdx/__init__.py
src/sybil_extras/parsers/mdx/codeblock.py
src/sybil_extras/parsers/mdx/custom_directive_skip.py
src/sybil_extras/parsers/mdx/group_all.py
src/sybil_extras/parsers/mdx/grouped_source.py
src/sybil_extras/parsers/myst/__init__.py
src/sybil_extras/parsers/myst/custom_directive_skip.py
src/sybil_extras/parsers/myst/group_all.py
src/sybil_extras/parsers/myst/grouped_source.py
src/sybil_extras/parsers/myst/sphinx_jinja2.py
src/sybil_extras/parsers/rest/__init__.py
src/sybil_extras/parsers/rest/custom_directive_skip.py
src/sybil_extras/parsers/rest/group_all.py
src/sybil_extras/parsers/rest/grouped_source.py
src/sybil_extras/parsers/rest/spelling_private_dict.txt
src/sybil_extras/parsers/rest/sphinx_jinja2.py
tests/__init__.py
tests/conftest.py
tests/test_languages.py
tests/evaluators/__init__.py
tests/evaluators/test_block_accumulator.py
tests/evaluators/test_multi.py
tests/evaluators/test_shell_evaluator.py
tests/parsers/__init__.py
tests/parsers/test_custom_directive_skip.py
tests/parsers/test_group_all.py
tests/parsers/test_grouped_source.py
tests/parsers/myst/__init__.py
tests/parsers/myst/test_sphinx_jinja2.py
tests/parsers/rest/__init__.py
tests/parsers/rest/test_sphinx_jinja2.py