tinymist-query 0.14.14-rc1

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