tinymist-query 0.14.16

Language queries for tinymist.
---
source: crates/tinymist-query/src/completion.rs
description: Completion on / (67..68)
expression: "JsonRepr::new_pure(results)"
input_file: crates/tinymist-query/src/fixtures/pkgs/touying-utils-reconstruct.typ
snapshot_kind: text
---
[
 {
  "isIncomplete": false,
  "items": [
   {
    "kind": 6,
    "label": "false",
    "sortText": "000",
    "textEdit": {
     "newText": "false",
     "range": {
      "end": {
       "character": 20,
       "line": 2
      },
      "start": {
       "character": 20,
       "line": 2
      }
     }
    }
   }
  ]
 }
]