tinymist-query 0.14.16-rc1

Language queries for tinymist.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/// path: references.bib
@book{DBLP:books/lib/Knuth86a,
  author = {Donald E. Knuth},
  title = {The TeXbook},
  year = {1986},
  publisher = {Addison-Wesley}
}

-----
/// path: base.typ

#bibliography("references.bib")

-----
/// contains:DBLP:books/lib/Knuth86a,The TeXbook
/// compile: base.typ

#cite(<DBLP /* range -2..-1 */)