tinymist-query 0.14.14

Language queries for tinymist.
---
source: crates/tinymist-query/src/completion.rs
description: Completion on c( (95..97)
expression: "JsonRepr::new_pure(results)"
input_file: crates/tinymist-query/src/fixtures/completion/let.typ
---
[
 {
  "isIncomplete": false,
  "items": [
   {
    "kind": 3,
    "label": "aa",
    "labelDetails": {
     "description": "() => 1"
    },
    "sortText": "000",
    "textEdit": {
     "newText": "aa()${1:}",
     "range": {
      "end": {
       "character": 4,
       "line": 7
      },
      "start": {
       "character": 1,
       "line": 7
      }
     }
    }
   },
   {
    "kind": 6,
    "label": "aab",
    "labelDetails": {
     "description": "1"
    },
    "sortText": "001",
    "textEdit": {
     "newText": "aab",
     "range": {
      "end": {
       "character": 4,
       "line": 7
      },
      "start": {
       "character": 1,
       "line": 7
      }
     }
    }
   },
   {
    "kind": 6,
    "label": "aabc",
    "labelDetails": {
     "description": "1"
    },
    "sortText": "002",
    "textEdit": {
     "newText": "aabc",
     "range": {
      "end": {
       "character": 4,
       "line": 7
      },
      "start": {
       "character": 1,
       "line": 7
      }
     }
    }
   },
   {
    "kind": 3,
    "label": "aac",
    "labelDetails": {
     "description": "() => 1"
    },
    "sortText": "003",
    "textEdit": {
     "newText": "aac()${1:}",
     "range": {
      "end": {
       "character": 4,
       "line": 7
      },
      "start": {
       "character": 1,
       "line": 7
      }
     }
    }
   }
  ]
 },
 {
  "isIncomplete": false,
  "items": [
   {
    "kind": 6,
    "label": "aabc",
    "labelDetails": {
     "description": "1"
    },
    "sortText": "002",
    "textEdit": {
     "newText": "aabc",
     "range": {
      "end": {
       "character": 4,
       "line": 7
      },
      "start": {
       "character": 1,
       "line": 7
      }
     }
    }
   },
   {
    "kind": 3,
    "label": "aac",
    "labelDetails": {
     "description": "() => 1"
    },
    "sortText": "003",
    "textEdit": {
     "newText": "aac()${1:}",
     "range": {
      "end": {
       "character": 4,
       "line": 7
      },
      "start": {
       "character": 1,
       "line": 7
      }
     }
    }
   }
  ]
 }
]