summaryrefslogtreecommitdiff
path: root/support/texlab/tests/it/snapshots/it__completion__latex__color_model_define_color_set.snap
blob: dd49043a9ef0e433cf52228d0a1258c48ca813c0 (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
---
source: tests/it/completion.rs
assertion_line: 391
expression: "complete_and_resolve(&server, uri, 2, 17)?"
---
{
  "isIncomplete": false,
  "items": [
    {
      "label": "RGB",
      "kind": 1,
      "preselect": false,
      "sortText": "00",
      "textEdit": {
        "range": {
          "start": {
            "line": 2,
            "character": 16
          },
          "end": {
            "line": 2,
            "character": 17
          }
        },
        "newText": "RGB"
      }
    },
    {
      "label": "rgb",
      "kind": 1,
      "preselect": false,
      "sortText": "01",
      "textEdit": {
        "range": {
          "start": {
            "line": 2,
            "character": 16
          },
          "end": {
            "line": 2,
            "character": 17
          }
        },
        "newText": "rgb"
      }
    },
    {
      "label": "gray",
      "kind": 1,
      "preselect": false,
      "sortText": "02",
      "textEdit": {
        "range": {
          "start": {
            "line": 2,
            "character": 16
          },
          "end": {
            "line": 2,
            "character": 17
          }
        },
        "newText": "gray"
      }
    }
  ]
}