tinymist-query 0.14.18-rc1

Language queries for tinymist.
1
2
3
4
5
6
/// path: variable.typ
#let f(x) = 2;
-----

#import "variable.typ" as this-module
#(this-module.f /* position after */ );