tinymist-query 0.14.16-rc1

Language queries for tinymist.
1
2
3
4
5
6
#let f() = {
  while true {
    [0]
    break
  }
}