tinymist-query 0.14.16-rc1

Language queries for tinymist.
/// path: references.bib
@article{Russell:1908,
Author = {Bertand Russell},
Journal = {American Journal of Mathematics},
Pages = {222--262},
Title = {Mathematical logic based on the theory of types},
Volume = 30,
Year = 1908}
@article{Rus,
Author = {Bertand Russell},
Journal = {American Journal of Mathematics},
Pages = {222--262},
Title = {Mathematical logic based on the theory of types},
Volume = 30,
Year = 1908}

-----
/// contains:Russell:1908,Mathematical logic based on the theory of types
/// compile: true

#set heading(numbering: "1.1")

#let cite_prose(labl) = cite(labl)
#let cite_prose_different_name(labl) = cite(labl)

#bibliography("references.bib")

#cite_prose_different_name(<Rus> /* range -2..-1 */)