1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-28 17:51:44 +00:00
Files
sharkdp--bat/assets/completions
truffle 138d70fd4c fix(zsh): drop redundant awk pipeline in language completion
`bat --list-languages` already emits each entry in `name:matchers`
form, which is the format `_describe` consumes directly. The previous
awk script split each line on `:` and re-emitted `$1:$2`, which is
byte-identical to the input.

Verified with `diff <(bat --list-languages) <(bat --list-languages |
awk -F: '{ printf("%s:%s\\n", $1, $2) }')` against the current
syntax set.
2026-05-10 14:10:54 +00:00
..
2026-03-03 05:18:49 +02:00
2026-03-03 05:18:49 +02:00
2026-03-03 05:18:49 +02:00