tinymist-query 0.14.18-rc1

Language queries for tinymist.
---
source: crates/tinymist-query/src/completion.rs
description: Completion on / (37..38)
expression: "JsonRepr::new_pure(results)"
input_file: crates/tinymist-query/src/fixtures/completion/element_where.typ
---
[
 {
  "isIncomplete": false,
  "items": [
   {
    "command": {
     "command": "tinymist.triggerSuggestAndParameterHints",
     "title": ""
    },
    "kind": 5,
    "label": "caption",
    "labelDetails": {
     "description": "content | none"
    },
    "sortText": "001",
    "textEdit": {
     "newText": "caption: ${1:}",
     "range": {
      "end": {
       "character": 14,
       "line": 2
      },
      "start": {
       "character": 14,
       "line": 2
      }
     }
    }
   }
  ]
 }
]