tinymist-query 0.14.20-rc1

Language queries for tinymist.
---
source: crates/tinymist-query/src/completion.rs
description: Completion on / (44..45)
expression: "JsonRepr::new_pure(results)"
input_file: crates/tinymist-query/src/fixtures/completion/field_math_postfix.typ
---
[
 {
  "isIncomplete": false,
  "items": [
   {
    "additionalTextEdits": [
     {
      "newText": "abs(",
      "range": {
       "end": {
        "character": 2,
        "line": 3
       },
       "start": {
        "character": 2,
        "line": 3
       }
      }
     },
     {
      "newText": ")",
      "range": {
       "end": {
        "character": 8,
        "line": 3
       },
       "start": {
        "character": 7,
        "line": 3
       }
      }
     }
    ],
    "command": {
     "command": "tinymist.triggerSuggestAndParameterHints",
     "title": ""
    },
    "kind": 3,
    "label": "abs",
    "labelDetails": {
     "description": "(content, size: relative) => content"
    },
    "textEdit": {
     "newText": "",
     "range": {
      "end": {
       "character": 8,
       "line": 3
      },
      "start": {
       "character": 8,
       "line": 3
      }
     }
    }
   }
  ]
 }
]