tinymist-query 0.14.20-rc1

Language queries for tinymist.
---
source: crates/tinymist-query/src/completion.rs
description: Completion on / (88..89)
expression: "JsonRepr::new_pure(results)"
input_file: crates/tinymist-query/src/fixtures/pkgs/touying-utils-reconstruct.typ
---
[
 {
  "isIncomplete": false,
  "items": [
   {
    "command": {
     "command": "tinymist.triggerSuggestAndParameterHints",
     "title": ""
    },
    "kind": 5,
    "label": "body-name",
    "labelDetails": {
     "description": "\"body\""
    },
    "sortText": "000",
    "textEdit": {
     "newText": "body-name: ${1:}",
     "range": {
      "end": {
       "character": 13,
       "line": 2
      },
      "start": {
       "character": 13,
       "line": 2
      }
     }
    }
   },
   {
    "command": {
     "command": "tinymist.triggerSuggestAndParameterHints",
     "title": ""
    },
    "kind": 5,
    "label": "labeled",
    "labelDetails": {
     "description": "true"
    },
    "sortText": "001",
    "textEdit": {
     "newText": "labeled: ${1:}",
     "range": {
      "end": {
       "character": 13,
       "line": 2
      },
      "start": {
       "character": 13,
       "line": 2
      }
     }
    }
   },
   {
    "command": {
     "command": "tinymist.triggerSuggestAndParameterHints",
     "title": ""
    },
    "kind": 5,
    "label": "named",
    "labelDetails": {
     "description": "false"
    },
    "sortText": "002",
    "textEdit": {
     "newText": "named: ${1:}",
     "range": {
      "end": {
       "character": 13,
       "line": 2
      },
      "start": {
       "character": 13,
       "line": 2
      }
     }
    }
   }
  ]
 }
]