nushell / tree-sitter-nu

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

fix: fix indent in multiline match expression #130

Closed sid-6581 closed 3 weeks ago

sid-6581 commented 3 weeks ago

Fixes a problem where a match expression does not begin an indent.

Before:

image

After:

image

fdncred commented 3 weeks ago

Thanks!