nushell / tree-sitter-nu

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

Quickfix for separator token using non-lexical precedence. #96

Closed CabalCrow closed 6 months ago

CabalCrow commented 6 months ago

The separator node introduced in #94 should use lexical precedence instead of parse precedence. This is a quick fix to that. Currently I don't know any issues introduced by this, but this could potentially create an issue.

fdncred commented 6 months ago

Thanks