-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Using https://www.nushell.sh/cookbook/pattern_matching.html seems to break the syntax, subsequent text becomes unhighlighted/incorrectly highlighted
[black red yellow green purple blue indigo] | each {|c|
match $c {
"black" => "classy"
"red" | "green" | "blue" => "fundamental"
"yellow" | "purple" => "vibrant"
_ => "innovative"
}
}
let _H = '' # becomes black/unhighlighted(funnily enough, works in Github comments)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels