tinymist-query 0.14.20-rc1

Language queries for tinymist.
1
2
3
4
5
6
7
/// path: base.typ
#let y() = 1;

-----
#import "base.typ"

#let x = 1;