nushell/crates/nu-color-config/src
Reilly Wood d8478ca690
Clean up unnecessary macro use (#8607)
Some minor code cleanup.

We've accumulated a few macros over the years that arguably don't need
to be macros. This PR removes 4 macros by either:
1. Inlining the macro
2. Replacing the macro with a local function
3. Replacing the macro with a closure
2023-03-25 20:17:20 +13:00
..
color_config.rs nu-explore/ Fix configuration issues (#7520) 2022-12-19 11:34:21 -06:00
lib.rs color_config now accepts closures as color values (#7141) 2022-12-17 07:07:56 -06:00
matching_brackets_style.rs Highlight matching brackets / parentheses (#6655) 2022-10-22 11:55:45 -05:00
nu_style.rs Clean up unnecessary macro use (#8607) 2023-03-25 20:17:20 +13:00
shape_color.rs Add pattern matching (#8590) 2023-03-24 14:52:01 +13:00
style_computer.rs Clean up unnecessary macro use (#8607) 2023-03-25 20:17:20 +13:00
text_style.rs color_config now accepts closures as color values (#7141) 2022-12-17 07:07:56 -06:00