mirror of
https://github.com/nushell/nushell.git
synced 2025-07-13 21:06:06 +02:00
Reverts nushell/nushell#15407 Reopens https://github.com/nushell/nushell/issues/15394 @zhiburt Reverting due to some strange coloring I didn't notice before. Notice the last row. This is the command that produced this table `help commands | group-by command_type | get external`  This is what it looks like after the revert. Notice the column header colors. Wrapping is also a little bit different even though my terminal size didn't change. Notice `search_terms` was kind of eaten above. 
31 lines
525 B
TOML
31 lines
525 B
TOML
[files]
|
||
extend-exclude = [
|
||
".git/",
|
||
"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"
|