tinymist-query 0.15.4-rc1

Language queries for tinymist.
---
source: crates/tinymist-query/src/code_action.rs
description: "Code Action on $ a ||$/* range "
expression: "JsonRepr::new_redacted(result, &REDACT_LOC)"
input_file: crates/tinymist-query/src/fixtures/code_action/equation_block3.typ
---
[
 {
  "edit": {
   "changes": {
    "s0.typ": [
     {
      "insertTextFormat": 1,
      "newText": "",
      "range": "0:1:0:2"
     },
     {
      "insertTextFormat": 1,
      "newText": "",
      "range": "0:3:0:4"
     }
    ]
   }
  },
  "kind": "refactor.rewrite",
  "title": "Convert to inline equation"
 },
 {
  "edit": {
   "changes": {
    "s0.typ": [
     {
      "insertTextFormat": 1,
      "newText": "\n",
      "range": "0:1:0:2"
     },
     {
      "insertTextFormat": 1,
      "newText": "\n",
      "range": "0:3:0:4"
     }
    ]
   }
  },
  "kind": "refactor.rewrite",
  "title": "Convert to multiple-line block equation"
 }
]