sourcegraph / tree-sitter-jsonnet

tree-sitter grammar for JSONNET
MIT License
15 stars 4 forks source link

fix: compare with 'in' operator #15

Closed Duologic closed 1 year ago

Duologic commented 1 year ago

Binary op "in" comparison 'string' in obj wasn't working properly, this PR adds it to the grammar.

This PR also adds test for comparison and for loops as they both deal with the 'in' keyword.

Also fixes #13 (see comments)

aryx commented 1 year ago

cc @tjdevries

tjdevries commented 1 year ago

After you rebase, i'll take a look at this one as well. Sorry for the delay!

Duologic commented 1 year ago

rebased

Duologic commented 1 year ago

@tjdevries let me know if there's something I can improve

tjdevries commented 1 year ago

LGTM to me! Thanks!