macro_rules! tag {
($arg:expr) => { ... };
(close, $arg:expr) => { ... };
($arg:expr, $color:literal) => { ... };
(close, $arg:expr, $color:literal) => { ... };
}Expand description
colorfully wraps the given text in “<”, “>”: “<{text}>”