tinymist-query 0.14.14-rc1

Language queries for tinymist.
---
source: crates/tinymist-query/src/completion.rs
description: Completion on / (114..115)
expression: "JsonRepr::new_pure(results)"
input_file: crates/tinymist-query/src/fixtures/completion/set_in_show.typ
---
[
 {
  "isIncomplete": false,
  "items": [
   {
    "command": {
     "command": "tinymist.triggerSuggestAndParameterHints",
     "title": ""
    },
    "kind": 3,
    "label": "raw",
    "labelDetails": {
     "description": "(str, align: alignment, block: bool, lang: none | str, syntaxes: [syntax], tab-size: int, theme: [theme]) => raw"
    },
    "sortText": "053",
    "textEdit": {
     "newText": "raw(${1:})",
     "range": {
      "end": {
       "character": 6,
       "line": 2
      },
      "start": {
       "character": 6,
       "line": 2
      }
     }
    }
   }
  ]
 }
]