nushell / tree-sitter-nu

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

Fix parsing of range #73

Closed kit494way closed 10 months ago

kit494way commented 10 months ago

Fix #53 , and make it possible to parse range using variables and subexpressions.

fdncred commented 10 months ago

nice job! and i love all the tests!