tinymist-query 0.14.14-rc1

Language queries for tinymist.
1
2
3
4
5
6
7
8
#let fn() = {
  raw("1 + 2", lang: "typ")
  ```typ
  1
  2
  ```
  [1]
}