tinymist-query 0.14.14

Language queries for tinymist.
---
source: crates/tinymist-query/src/completion.rs
description: Completion on / (71..72)
expression: "JsonRepr::new_pure(results)"
input_file: crates/tinymist-query/src/fixtures/pkgs/touying-utils-cover-with-rect.typ
---
[
 {
  "isIncomplete": false,
  "items": [
   {
    "command": {
     "command": "tinymist.triggerSuggestAndParameterHints",
     "title": ""
    },
    "kind": 5,
    "label": "fill",
    "labelDetails": {
     "description": "auto | color | int | ratio | type"
    },
    "sortText": "000",
    "textEdit": {
     "newText": "fill: ${1:}",
     "range": {
      "end": {
       "character": 17,
       "line": 2
      },
      "start": {
       "character": 17,
       "line": 2
      }
     }
    }
   },
   {
    "command": {
     "command": "tinymist.triggerSuggestAndParameterHints",
     "title": ""
    },
    "kind": 3,
    "label": "stroke",
    "labelDetails": {
     "description": "type"
    },
    "sortText": "204",
    "textEdit": {
     "newText": "stroke(${1:})",
     "range": {
      "end": {
       "character": 17,
       "line": 2
      },
      "start": {
       "character": 17,
       "line": 2
      }
     }
    }
   }
  ]
 }
]