summaryrefslogtreecommitdiff
path: root/support/texlab/tests/lsp/workspace/snapshots/lsp__workspace__symbol__filter_bibtex.snap
blob: 0c2e3285708f2677334428d76d434652938c7f92 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
source: tests/lsp/workspace/symbol.rs
expression: "find_symbols(FIXTURE, \"bibtex\")"
---
[
  {
    "name": "foo",
    "kind": 24,
    "deprecated": false,
    "location": {
      "uri": "file:///main.bib",
      "range": {
        "start": {
          "line": 0,
          "character": 0
        },
        "end": {
          "line": 0,
          "character": 14
        }
      }
    }
  },
  {
    "name": "bar",
    "kind": 15,
    "deprecated": false,
    "location": {
      "uri": "file:///main.bib",
      "range": {
        "start": {
          "line": 2,
          "character": 0
        },
        "end": {
          "line": 2,
          "character": 20
        }
      }
    }
  }
]