fix: classify Typst files correctly on GitHub - #39
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideAdds a File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
Warning Review limit reachedNext included review available in 4 minutes. View limit detailsLimit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Adds a
.gitattributesrule so GitHub Linguist classifies.typfiles as Typst source.Related Issue Or Roadmap Area
Documentation tooling / Typst migration follow-up.
Type Of Change
Scientific Correctness
N/A.
User Impact
Typst documentation files are now classified correctly by GitHub Linguist, improving repository language detection and presentation.
Validation
Commands run:
cargo fmt --all --checkcargo check --workspace --lockedcargo clippy --workspace --all-targets --locked -- -D warningsNot independently run while opening this PR.
Screenshots Or Output
N/A
Risk And Follow-Up
Low risk. This only affects GitHub Linguist classification for
.typfiles and does not change runtime, build, or scientific behavior.Summary by Sourcery
Bug Fixes:
.typfiles as Typst source.