| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Group similar languages together in testing | A Farzat | 12 days | 1 | -14/+20 |
| | | |||||
| * | Support YAML, JS, and TOML | A Farzat | 14 days | 1 | -0/+28 |
| | | |||||
| * | Prioritize detection through extensions | A Farzat | 2026-06-07 | 1 | -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 bash | A Farzat | 2026-06-07 | 1 | -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 Farzat | 2026-06-07 | 1 | -1/+22 |
| | | |||||
| * | Refactor language detection in a util module | A Farzat | 2026-06-07 | 1 | -0/+33 |
