Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamically select the parser based on the file type #302

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mreall
Copy link

@mreall mreall commented May 16, 2023

Currently only a single parser may be used during each run. This update looks at the extension of each file and dynamically selects the appropriate parser based on the file type. If a parser isn't available the file is skipped. A single parser can be selected to use for all files (overriding the dynamic parser selection) by setting the parser option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant