tinymist-query 0.14.18-rc1

Language queries for tinymist.
---
source: crates/tinymist-query/src/completion.rs
description: Completion on / (42..43)
expression: "JsonRepr::new_pure(results)"
input_file: crates/tinymist-query/src/fixtures/completion/field_math_dot.typ
snapshot_kind: text
---
[
 {
  "isIncomplete": false,
  "items": [
   {
    "kind": 5,
    "label": "b",
    "labelDetails": {
     "description": "↓"
    },
    "textEdit": {
     "newText": "b",
     "range": {
      "end": {
       "character": 8,
       "line": 3
      },
      "start": {
       "character": 8,
       "line": 3
      }
     }
    }
   }
  ]
 }
]