tinymist-query 0.14.20-rc1

Language queries for tinymist.
1
2
3
4
5
6
7
8
9
10
#let /* ident after */ x = 1;

#let y = {
  x + x;
}

#let f(y) = x + y;

#let x = x;
#let f = x;