nushell / tree-sitter-nu

A tree-sitter grammar for nu-lang, the language of nushell
MIT License
121 stars 27 forks source link

Fix assignment with pipeline as rhs #135

Closed blindFS closed 2 weeks ago

blindFS commented 2 weeks ago

This PR fixes #121 Related test cases reverted to pre #28 state, which is more aligned with current nushell language.

fdncred commented 2 weeks ago

Thanks for cleaning this up. We really appreciate all your effort here.