not in is a single token, so "not" and "in" queries don't match it. Fortunately with the alias introduced in #10 we can query "not in" and it matches regardless of the whitespace between not and in.
@connorlay we probably need to adjust the query in nvim-tree-sitter accordingly, unless it's already matched in some other way :)
not in
is a single token, so"not"
and"in"
queries don't match it. Fortunately with the alias introduced in #10 we can query"not in"
and it matches regardless of the whitespace betweennot
andin
.@connorlay we probably need to adjust the query in nvim-tree-sitter accordingly, unless it's already matched in some other way :)