Closed kit494way closed 11 months ago
Agreed. When I edit nushell's toolkit.nu in helix and notice this frequently. I also notice this if/else section that is parsed and colored wrong, although unrelated to this. Just thought I'd mention it.
I created another issue for the case if/else section is parsed incorrectly.
Example 1.
Example 2.
In Example 1,
match
expression must be parsed as apipe_element
but it is not. And entire script must be parsed as apipeline
but it is not.In Example 2,
$xs
and| each {|x| $x }
must be parsed aspipe_element
of samepipeline
but they are not.