| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improve docs of language detection utils | A Farzat | 2026-06-21 | 1 | -3/+9 |
| | | |||||
| * | Improve module/function docs in path_display | A Farzat | 2026-06-21 | 1 | -4/+7 |
| | | |||||
| * | Extract paths_from_null_separated_bytes to utils | A Farzat | 2026-06-20 | 2 | -0/+53 |
| | | |||||
| * | Add module/function docs to path_display | A Farzat | 2026-06-20 | 1 | -0/+7 |
| | | |||||
| * | Add module/function docs to language utils | A Farzat | 2026-06-20 | 1 | -0/+10 |
| | | |||||
| * | Add module/function docs to fence utils | A Farzat | 2026-06-20 | 1 | -2/+7 |
| | | |||||
| * | Move outer_backticks to a util module | A Farzat | 2026-06-10 | 2 | -0/+79 |
| | | | | | | | | | This is because it shall be used by other functions later on. It was made more generic by accepting raw bytes instead of strictly UTF-8 strings. This allows future functions to call it without having to convert the contents to UTF-8 strings first. | ||||
| * | Group similar languages together in testing | A Farzat | 2026-06-09 | 1 | -14/+20 |
| | | |||||
| * | Support YAML, JS, and TOML | A Farzat | 2026-06-08 | 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 | 2 | -0/+34 |
| | | |||||
| * | Move render_filename to utils as display_path | A Farzat | 2026-06-06 | 2 | -0/+10 |
