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-markup-text.typ
---
[
 {
  "isIncomplete": false,
  "items": [
   {
    "kind": 6,
    "label": "\"md\"",
    "sortText": "000",
    "textEdit": {
     "newText": "\"md\"",
     "range": {
      "end": {
       "character": 19,
       "line": 2
      },
      "start": {
       "character": 19,
       "line": 2
      }
     }
    }
   },
   {
    "kind": 6,
    "label": "\"typ\"",
    "sortText": "001",
    "textEdit": {
     "newText": "\"typ\"",
     "range": {
      "end": {
       "character": 19,
       "line": 2
      },
      "start": {
       "character": 19,
       "line": 2
      }
     }
    }
   },
   {
    "command": {
     "command": "tinymist.triggerSuggestAndParameterHints",
     "title": ""
    },
    "kind": 3,
    "label": "str",
    "sortText": "002",
    "textEdit": {
     "newText": "str(${1:})",
     "range": {
      "end": {
       "character": 19,
       "line": 2
      },
      "start": {
       "character": 19,
       "line": 2
      }
     }
    }
   },
   {
    "command": {
     "command": "tinymist.triggerSuggestAndParameterHints",
     "title": ""
    },
    "kind": 3,
    "label": "str",
    "labelDetails": {
     "description": "type"
    },
    "sortText": "200",
    "textEdit": {
     "newText": "str",
     "range": {
      "end": {
       "character": 19,
       "line": 2
      },
      "start": {
       "character": 19,
       "line": 2
      }
     }
    }
   }
  ]
 }
]