tinymist-query 0.14.20-rc1

Language queries for tinymist.
1
2
3
4
5
6
7
8
9
10
/// path: basic/writing.typ
#import "mod.typ": *
#exercise()
-----
/// path: basic/mod.typ
#import "../mod.typ": exercise
#exercise()
-----
/// path: mod.typ
#let /* ident after */ exercise() = [];