tinymist-query 0.14.18-rc1

Language queries for tinymist.
1
2
3
#let f(x, y) = x + y
#let g = f.with(1)
#(/* position after */ g(1))