summaryrefslogtreecommitdiff
path: root/support/texlab/tests/lsp/text_document/snapshots/lsp__text_document__completion__theorem_end.snap
blob: 0ec951db1db9664550b5f72213db6bd1f77fad25 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
source: tests/lsp/text_document/completion.rs
expression: "complete(r#\"\n%! main.tex\n\\newtheorem{lemma}{Lemma}\n\\begin{}\n\\end{lem\n      |\n     ^^^\"#)"
---
[
  {
    "label": "lemma",
    "detail": "user-defined",
    "preselect": false
  }
]