tinymist-query 0.14.18-rc1

Language queries for tinymist.
---
source: crates/tinymist-query/src/hover.rs
expression: content
input_file: crates/tinymist-query/src/fixtures/hover/value_repr.typ
---
Range: 23:20:23:21

```typc
let f(
  x: any,
  y: any,
  z: any,
  w01: int = 1,
  w02: str = "test",
  w03: any = 1 + 2,
  w04: any = Label(test),
  w05: (content | none, baseline: relative, clip: bool, fill: color, height: auto | relative, inset: inset, outset: outset, radius: radius, stroke: stroke, width: auto | fraction | relative) => box = (content | none, baseline: relative, clip: bool, fill: color, height: auto | relative, inset: inset, outset: outset, radius: radius, stroke: stroke, width: auto | fraction | relative) => box,
  w06: (content) => item | any = (body-indent: length, indent: length, marker: array | content | function, spacing: auto | length, tight: bool, ..: content) => list.item,
  w07: text = Expr(..),
  w08: any = Expr(..),
  w09: any = 1 + 2,
  w10: array = (
   1,
   2,
  ),
  w11: array = (),
  w12: dictionary = (:),
  w13: dictionary = (a: 1),
  w14: dictionary = (a: (content | none, baseline: relative, clip: bool, fill: color, height: auto | relative, inset: inset, outset: outset, radius: radius, stroke: stroke, width: auto | fraction | relative) => box),
  w15: dictionary = (a: (body-indent: length, indent: length, marker: array | content | function, spacing: auto | length, tight: bool, ..: content) => list.item),
) = int;
```


======




# Positional Parameters

## x

```typc
type: 
```



## y (positional)

```typc
type: 
```



## z (positional)

```typc
type: 
```



# Named Parameters

## w01

```typc
type: 1
```



## w02 (named)

```typc
type: "test"
```



## w03 (named)

```typc
type: any
```



## w04 (named)

```typc
type: 
```



## w05 (named)

```typc
type: (content | none, baseline: relative, clip: bool, fill: color, height: auto | relative, inset: inset, outset: outset, radius: radius, stroke: stroke, width: auto | fraction | relative) => box
```



## w06 (named)

```typc
type: (content) => item | any
```



## w07 (named)

```typc
type: text
```



## w08 (named)

```typc
type: any
```



## w09 (named)

```typc
type: any
```



## w10 (named)

```typc
type: array
```



## w11 (named)

```typc
type: array
```



## w12 (named)

```typc
type: dictionary
```



## w13 (named)

```typc
type: dictionary
```



## w14 (named)

```typc
type: dictionary
```



## w15 (named)

```typc
type: dictionary
```