summaryrefslogtreecommitdiff
path: root/src/util/language.rs
Commit message (Collapse)AuthorAgeFilesLines
* Group similar languages together in testingA Farzat12 days1-14/+20
|
* Support YAML, JS, and TOMLA Farzat14 days1-0/+28
|
* Prioritize detection through extensionsA Farzat2026-06-071-0/+6
| | | | | | While shebangs take priority on Unix-like systems, the shebang detection here is very basic and not guaranteed to be correct, so its use should be secondary.
* 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