mirror of
https://github.com/nushell/nushell.git
synced 2025-05-05 15:32:56 +00:00
This addresses color issue; Yeees just got forgotten it :( As far as I understand an acceptance test can't be created because ansi got stripped in `nu!`. (for future regressions) But wrapping I need to take a deeper look. Maybe in an hour. cc: @fdncred
32 lines
574 B
TOML
32 lines
574 B
TOML
[files]
|
||
extend-exclude = [
|
||
".git/",
|
||
"crates/nu-command/tests/commands/table.rs",
|
||
"crates/nu-cmd-extra/assets/228_themes.json",
|
||
"tests/fixtures/formats/",
|
||
]
|
||
ignore-hidden = false
|
||
|
||
[default]
|
||
extend-ignore-re = [
|
||
"Plasticos Rival",
|
||
"│ in_custom_valu │",
|
||
"│ ine │",
|
||
":es\\|ful\\(",
|
||
"\\\\u\\{e7ba\\}",
|
||
"([0-9a-f][0-9a-f] ){4}",
|
||
"--find ba\\b",
|
||
"0x\\[ba be\\]",
|
||
"\\)BaR'",
|
||
"fo<66>.txt",
|
||
]
|
||
|
||
[type.rust.extend-words]
|
||
nd = "nd"
|
||
typ = "typ"
|
||
numer = "numer"
|
||
styl = "styl"
|
||
|
||
[default.extend-identifiers]
|
||
ratatui = "ratatui"
|