summaryrefslogtreecommitdiff
path: root/src/util/language.rs
Commit message (Collapse)AuthorAgeFilesLines
* Detect sh as bashA Farzat2026-06-071-1/+13
| | | | | | This is based on the assumption that LLMs recognize bash language fences more as they are trained more on them. Another assumption is that LLMs wouldn't care much about the difference unless instructed.
* Ensure shebangs properly start with #!A Farzat2026-06-071-1/+22
|
* Refactor language detection in a util moduleA Farzat2026-06-071-0/+33