tinymist-query 0.14.16-rc1

Language queries for tinymist.
---
source: crates/tinymist-query/src/completion.rs
description: Completion on / (41..42)
expression: "JsonRepr::new_pure(results)"
input_file: crates/tinymist-query/src/fixtures/completion/dot_contexual_math3.typ
---
[
 {
  "isIncomplete": false,
  "items": [
   {
    "kind": 6,
    "label": "fill",
    "textEdit": {
     "newText": "fill",
     "range": {
      "end": {
       "character": 21,
       "line": 2
      },
      "start": {
       "character": 19,
       "line": 2
      }
     }
    }
   }
  ]
 }
]