nushell/crates/nu-color-config/src
Ian Manske 72cb4b6032
Reuse Closure type in Value::Closure (#10894)
# Description
Reuses the existing `Closure` type in `Value::Closure`. This will help
with the span refactoring for `Value`. Additionally, this allows us to
more easily box or unbox the `Closure` case should we chose to do so in
the future.

# User-Facing Changes
Breaking API change for `nu_protocol`.
2023-10-30 23:34:23 +01:00
..
color_config.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
lib.rs color_config now accepts closures as color values (#7141) 2022-12-17 07:07:56 -06:00
matching_brackets_style.rs Update nu-ansi-term, lscolors, and reedline (#9787) 2023-07-24 13:16:18 +02:00
nu_style.rs fix magenta_reverse and friends (#10491) 2023-09-24 14:43:17 -05:00
shape_color.rs Relax the closure syntax, highlight differently (#8846) 2023-04-12 05:21:52 +12:00
style_computer.rs Reuse Closure type in Value::Closure (#10894) 2023-10-30 23:34:23 +01:00
text_style.rs Update nu-ansi-term, lscolors, and reedline (#9787) 2023-07-24 13:16:18 +02:00