aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api_light/src/snapshots/tests__highlighting.snap
blob: ef306a7a02f9c71255b79361ced428024331fdee (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
---
created: "2019-01-22T14:45:01.959724300+00:00"
creator: [email protected]
expression: hls
source: "crates\\ra_ide_api_light\\src\\lib.rs"
---
[
    HighlightedRange {
        range: [1; 11),
        tag: "comment"
    },
    HighlightedRange {
        range: [12; 14),
        tag: "keyword"
    },
    HighlightedRange {
        range: [15; 19),
        tag: "function"
    },
    HighlightedRange {
        range: [29; 37),
        tag: "macro"
    },
    HighlightedRange {
        range: [38; 50),
        tag: "string"
    },
    HighlightedRange {
        range: [52; 54),
        tag: "literal"
    }
]