tinymist-query 0.14.14

Language queries for tinymist.
---
source: crates/tinymist-query/src/completion.rs
description: Completion on n (32..33)
expression: "JsonRepr::new_pure(results)"
input_file: crates/tinymist-query/src/fixtures/completion/keyword_ident.typ
---
[
 {
  "isIncomplete": false,
  "items": [
   {
    "command": {
     "command": "tinymist.triggerSuggestAndParameterHints",
     "title": ""
    },
    "kind": 5,
    "label": "inset",
    "labelDetails": {
     "description": "inset"
    },
    "sortText": "006",
    "textEdit": {
     "newText": "inset: ${1:}",
     "range": {
      "end": {
       "character": 13,
       "line": 1
      },
      "start": {
       "character": 11,
       "line": 1
      }
     }
    }
   }
  ]
 }
]