Keith Hall
915eb55779
Merge branch 'master' into syslog_error_highlighting_fix
2025-02-09 22:20:14 +02:00
Keith Hall
547bc38118
Merge pull request #3186 from sharkdp/csv_1977
...
Correctly handle CSV files with a single separator throughout
2025-02-09 20:49:14 +02:00
Keith Hall
93fd013aa1
Update changelog
2025-02-09 20:37:53 +02:00
Keith Hall
512bfde7ce
Correctly handle CSV files with a single separator throughout
...
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 `|`
2025-02-09 20:37:53 +02:00
Keith Hall
27ba45ded7
patch Monokai Extended theme for better Syslog error highlighting
2025-02-09 20:32:48 +02:00
Keith Hall
c0898dedb1
fix meta scope ordering to come before constant.numeric scope for times
2025-02-09 20:31:31 +02:00
Keith Hall
b82b920420
attempt to fix syslog error highlighting
2025-02-09 20:31:31 +02:00
Keith Hall
ac40f7cfd8
Merge pull request #3201 from victor-gp/fix-submodules-for-dependabot
...
Rename submodule paths to fix Dependabot submodule updates
2025-02-04 05:15:14 +02:00
Víctor González Prieto
330c51de9f
Add Changelog entry
2025-02-04 00:15:45 +01:00
Víctor González Prieto
0ed527f0d1
Replace spaces in git submodule paths
...
To mitigate a bug in the GitHub API that broke the Dependabot action
that updates submodules. See sharkdp/bat#3198 .
2025-02-03 22:01:33 +01:00
Keith Hall
7df1dec65c
Merge pull request #3196 from odilf/master
...
Add syntax mapping for `nix`s `flake.lock`
2025-02-02 21:20:33 +02:00
odilf
61d42ee87b
Add syntax mapping for nix
s flake.lock
2025-02-02 21:10:03 +02:00
Keith Hall
a95e65eea1
Merge pull request #3197 from einfachIrgendwer0815/style/fix_lints
...
Fix clippy lint warnings
2025-02-02 21:05:43 +02:00
einfachIrgendwer0815
71dce0e7f3
Fix clippy::duplicated_attributes
warnings
2025-02-02 15:08:16 +01:00
einfachIrgendwer0815
53af1dc32d
Fix clippy::unnecessary_filter_map
warnings
2025-02-02 15:08:15 +01:00
einfachIrgendwer0815
52252b15d6
Fix clippy::needless_lifetimes
warnings
2025-02-02 15:08:15 +01:00
einfachIrgendwer0815
bc24ce9ad4
Fix clippy::needless_update
warnings
2025-02-02 15:08:15 +01:00
einfachIrgendwer0815
625e986552
Fix clippy::manual_ignore_case_cmp
warnings
2025-02-02 15:08:14 +01:00
einfachIrgendwer0815
095442191c
Fix clippy::ptr_arg
warnings
2025-02-02 15:08:14 +01:00
einfachIrgendwer0815
cc46282866
Fix clippy::into_iter_on_ref
warnings
2025-02-02 15:08:13 +01:00
einfachIrgendwer0815
cbc9c3629d
Fix clippy::manual_pattern_char_comparison
warnings
2025-02-02 15:08:13 +01:00
einfachIrgendwer0815
2c49d905e4
Fix clippy::legacy_numeric_constants
warnings
2025-02-02 15:08:12 +01:00
einfachIrgendwer0815
f0e2f642e0
Fix clippy::redundant_closure
warnings
2025-02-02 15:08:12 +01:00
einfachIrgendwer0815
3d0f0c0565
Fix clippy::unnecessary_map_or
warnings
2025-02-02 15:08:12 +01:00
einfachIrgendwer0815
3d442cdf98
Fix clippy::needless_borrow
warnings
2025-02-02 15:08:11 +01:00
einfachIrgendwer0815
b009fee5ea
Fix clippy::needless_return
warnings
2025-02-02 15:08:11 +01:00
einfachIrgendwer0815
6cf747678c
Fix clippy::needless_borrows_for_generic_args
warnings
2025-02-02 15:08:11 +01:00
dependabot[bot]
db812e1179
Bump thiserror from 1.0.69 to 2.0.11 ( #3195 )
...
Bumps [thiserror](https://github.com/dtolnay/thiserror ) from 1.0.69 to 2.0.11.
- [Release notes](https://github.com/dtolnay/thiserror/releases )
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.69...2.0.11 )
---
updated-dependencies:
- dependency-name: thiserror
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-01 04:35:19 +00:00
dependabot[bot]
995f23b58f
Bump tempfile from 3.15.0 to 3.16.0 ( #3192 )
...
Bumps [tempfile](https://github.com/Stebalien/tempfile ) from 3.15.0 to 3.16.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Stebalien/tempfile/compare/v3.15.0...v3.16.0 )
---
updated-dependencies:
- dependency-name: tempfile
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-01 04:18:58 +00:00
dependabot[bot]
ef3830234d
Bump itertools from 0.13.0 to 0.14.0 ( #3193 )
...
Bumps [itertools](https://github.com/rust-itertools/itertools ) from 0.13.0 to 0.14.0.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-itertools/itertools/compare/v0.13.0...v0.14.0 )
---
updated-dependencies:
- dependency-name: itertools
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-01 03:53:27 +00:00
dependabot[bot]
4fc55cfcec
Bump semver from 1.0.24 to 1.0.25 ( #3191 )
...
Bumps [semver](https://github.com/dtolnay/semver ) from 1.0.24 to 1.0.25.
- [Release notes](https://github.com/dtolnay/semver/releases )
- [Commits](https://github.com/dtolnay/semver/compare/1.0.24...1.0.25 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-01 03:24:58 +00:00
Keith Hall
487ac3bc48
Merge pull request #3150 from buzden/add-idris-syntax
...
[ new ] Add support for Idris 2 programming language
2025-01-27 23:00:05 +02:00
Denis Buzdalov
d6cb3ba747
[ new ] Add support for Idris 2 programming language
2025-01-27 23:47:20 +03:00
Keith Hall
a9a2dceb72
Merge pull request #3146 from buzden/fix-readme-translation
...
Correct and update one readme's translation according to the main english one
2025-01-27 22:35:23 +02:00
Keith Hall
bee08e48ae
Merge branch 'master' into fix-readme-translation
2025-01-27 22:20:35 +02:00
Keith Hall
b14fb9db24
Merge pull request #3189 from einfachIrgendwer0815/fix/list_themes_2
...
Fix: Don't output default theme info to piped stdout
2025-01-27 21:59:18 +02:00
Keith Hall
91acb0d16f
update changelog to mention --list-themes bugfix when stdout is piped
2025-01-27 21:43:57 +02:00
einfachIrgendwer0815
4f161705a3
Fix: Don't output default theme info to piped stdout
2025-01-27 17:11:26 +01:00
Keith Hall
f8c6e90647
Merge pull request #3182 from cyqsimon/paru
...
Add syntax mapping for paru configuration files
2025-01-24 23:21:29 +02:00
cyqsimon
dd9dc4f76b
Write changelog
2025-01-24 23:02:57 +02:00
cyqsimon
94f49fd99b
Add syntax mapping for paru configuration
2025-01-24 23:02:57 +02:00
Keith Hall
498df11a50
Merge pull request #3179 from dtolnay-contrib/vendorbug
...
Work around `cargo vendor` losing syntax_mapping builtins directory
2025-01-18 09:31:35 +02:00
David Tolnay
db7da314e7
Work around cargo vendor
losing syntax_mapping builtins directory
2025-01-17 21:30:37 -08:00
David Peter
33aabc696a
Move section slightly further down
2025-01-15 08:34:52 +01:00
oliviajohnsto
648bedf290
Add Warp Pack sponsorship
2025-01-15 08:34:52 +01:00
Keith Hall
dd3d1b8cdb
Merge pull request #3174 from philipp-tailor/patch-1
...
Fix tiny accidental repetition in README.md
2025-01-10 19:31:42 +02:00
Philipp Schneider
b39a156d57
Update README.md
...
Fixes copy and paste error, where same option was listed twice, instead of the 2 distinct options of `--theme` for different system appearances.
2025-01-10 17:45:26 +01:00
Keith Hall
b6158c09b4
Merge pull request #3168 from bash/fix-env-var-names
...
Fix name of BAT_THEME_{DARK,LIGHT} env vars
2025-01-09 18:50:02 +02:00
Tau Gärtli
8a11a46f66
Add integration tests
2025-01-09 08:20:36 +01:00
Tau Gärtli
4d73c1e511
Add changelog entry
2025-01-09 08:20:36 +01:00