summaryrefslogtreecommitdiff
path: root/support/texlab/tests/lsp/text_document/snapshots/lsp__text_document__completion__entry_type_at_empty.snap
blob: e74f5fed37f341c39ed60a3c3f83fbed20665f39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
source: tests/lsp/text_document/completion.rs
expression: "complete(r#\"\n%! main.bib\n@\n |\"#)"
---
[
  {
    "label": "article",
    "preselect": false
  },
  {
    "label": "artwork",
    "preselect": false
  },
  {
    "label": "audio",
    "preselect": false
  },
  {
    "label": "bibnote",
    "preselect": false
  },
  {
    "label": "book",
    "preselect": false
  }
]