| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
The README's "Custom File Extensions" section showed a single example key and stated that unknown language values are "silently skipped". Issue #359 asks what other config-file options exist and where they are documented. - Clarify that `extra_extensions` is the only key the JSON config files accept. - List the accepted, case-insensitive language names (and aliases) so users know which values are valid. - Document the "extension must start with ." rule. - Correct the behavior note: invalid entries are skipped with a warning logged to stderr (the parser calls cbm_log_warn), not silently. Closes #359 Signed-off-by: Johnson K C <Johnsonkc201@gmail.com>
|
Friendly ping on this one — it is a small docs-only change and all CI checks are green. Happy to adjust anything if needed before merge. |
Sorry, something went wrong.
|
Huge thanks for opening this PR and for the work you put into it. The maintainer shop is currently full, so this may sit for a bit before it gets a proper review. We will come back to this as soon as possible with real feedback; I wanted to make sure it did not sit unacknowledged in the meantime. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Closes #359.
The README's Custom File Extensions section previously showed a single example key and stated unknown language values are "silently skipped". #359 asks which other config-file options exist and where they're documented.
This clarifies the config-file surface and fixes an inaccuracy:
Docs only — no code changes. Verified against main (e599df1).