mirror of
https://github.com/sharkdp/bat.git
synced 2025-10-01 17:42:29 +01:00
Compare commits
1 Commits
ansi_theme
...
dependabot
Author | SHA1 | Date | |
---|---|---|---|
|
a378943243 |
@@ -64,7 +64,6 @@
|
|||||||
- Updated Catppuccin, see #3333 (@SchweGELBin)
|
- Updated Catppuccin, see #3333 (@SchweGELBin)
|
||||||
- Updated gruvbox, see #3372 (@Nicholas42)
|
- Updated gruvbox, see #3372 (@Nicholas42)
|
||||||
- Updated GitHub theme, see #3382 (@CosmicHorrorDev)
|
- Updated GitHub theme, see #3382 (@CosmicHorrorDev)
|
||||||
- Updated ANSI theme to highlight JSON object keys differently from values, see #3413 (@keith-hall)
|
|
||||||
|
|
||||||
## `bat` as a library
|
## `bat` as a library
|
||||||
|
|
||||||
|
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -1867,9 +1867,9 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wait-timeout"
|
name = "wait-timeout"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
|
checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"libc",
|
"libc",
|
||||||
]
|
]
|
||||||
|
@@ -100,7 +100,7 @@ assert_cmd = "2.0.12"
|
|||||||
expect-test = "1.5.0"
|
expect-test = "1.5.0"
|
||||||
serial_test = { version = "2.0.0", default-features = false }
|
serial_test = { version = "2.0.0", default-features = false }
|
||||||
predicates = "3.1.3"
|
predicates = "3.1.3"
|
||||||
wait-timeout = "0.2.0"
|
wait-timeout = "0.2.1"
|
||||||
tempfile = "3.16.0"
|
tempfile = "3.16.0"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
|
|
||||||
|
2
assets/themes/ansi.tmTheme
vendored
2
assets/themes/ansi.tmTheme
vendored
@@ -234,7 +234,7 @@
|
|||||||
<key>name</key>
|
<key>name</key>
|
||||||
<string>Headings</string>
|
<string>Headings</string>
|
||||||
<key>scope</key>
|
<key>scope</key>
|
||||||
<string>markup.heading punctuation.definition.heading, entity.name.section, markup.heading - text.html.markdown, meta.mapping.key string.quoted.double</string>
|
<string>markup.heading punctuation.definition.heading, entity.name.section, markup.heading - text.html.markdown</string>
|
||||||
<key>settings</key>
|
<key>settings</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>fontStyle</key>
|
<key>fontStyle</key>
|
||||||
|
Reference in New Issue
Block a user