tinymist-query 0.14.18

Language queries for tinymist.
---
source: crates/tinymist-query/src/completion.rs
description: "Completion on \"\" (53..55)"
expression: "JsonRepr::new_pure(results)"
input_file: crates/tinymist-query/src/fixtures/completion/modify_string.typ
snapshot_kind: text
---
[
 {
  "isIncomplete": false,
  "items": [
   {
    "kind": 6,
    "label": "\"New Computer Modern\"",
    "sortText": "003",
    "textEdit": {
     "newText": "\"New Computer Modern",
     "range": {
      "end": {
       "character": 16,
       "line": 2
      },
      "start": {
       "character": 16,
       "line": 2
      }
     }
    }
   }
  ]
 },
 {
  "isIncomplete": false,
  "items": [
   {
    "kind": 6,
    "label": "\"New Computer Modern\"",
    "sortText": "003",
    "textEdit": {
     "newText": "New Computer Modern",
     "range": {
      "end": {
       "character": 17,
       "line": 2
      },
      "start": {
       "character": 17,
       "line": 2
      }
     }
    }
   }
  ]
 }
]