sourcegraph / tree-sitter-jsonnet

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

Fix priority of application vs unary #11

Closed aryx closed 1 year ago

aryx commented 1 year ago

test plan: make test

aryx commented 1 year ago

@tjdevries another one ...

aryx commented 1 year ago

without this code in std.jsonnet such as !std.isNumber(x) is parsed as (!std.isNumber)(x)

aryx commented 1 year ago

ping @tjdevries

aryx commented 1 year ago

ping

tjdevries commented 1 year ago

Thanks!