tinymist-query 0.14.16

Language queries for tinymist.
1
2
3
4
/// Docs for f.
#let f(/* ident after */ a) = {
  show it: it => it;
};