tinymist-query 0.14.14

Language queries for tinymist.
1
2
3
4
#let f() = for i in range(10) {
  show: it => it
  return ;
}