detect: add common extension language coverage#321
Merged
justrach merged 1 commit intorelease/0.2.579from Apr 25, 2026
Merged
Conversation
Benchmark Regression ReportThreshold: 10.00%
|
This was referenced Apr 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds language detection coverage for the high-volume extensions found during corpus inspection:
.ccremains covered by C++ detection;.mmnow maps into the C++ family path.java,.kt.svelte,.vue,.astro.sh.css,.scss.sql,.proto.f90.ll,.mlir,.tdThis is detection/tree/snapshot coverage, not full native parser coverage for every language. The goal is to stop these files showing up as
unknownand make repo trees more accurate before deeper parser work lands.Notes
.mmis routed through the existing C/C++ family classification so the current C/C++ outline path can still extract C-like symbols where applicable.Validation
zig build testzig build