mirror of
https://github.com/sharkdp/bat.git
synced 2025-04-29 05:58:26 +02:00
better auto-detection of CSV delimiter - files with a tsv extension are automatically detected as tab delimited - other files parsed as CSV go through the following steps: - if the first line contains at least 3 of the same separator, it uses that separator as a delimiter - if the first line contains only one supported separator character, it uses that separator as a delimiter - otherwise it falls back to treating all supported delimiters as the delimiter supported delimiters, in precedence order: - comma `,` - semi-colon `;` - tab `\t` - pipe `|` |
||
---|---|---|
.. | ||
highlighted | ||
source | ||
BatTestCustomAssets.sublime-syntax | ||
compare_highlighted_versions.py | ||
create_highlighted_versions.py | ||
regression_test.sh | ||
test_custom_assets.sh | ||
update.sh |