aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/snapshots/tests__highlight_query_group_macro.snap
blob: b84aa9c78e938c3873e53da8f7d2a8cb033013cd (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
Created: 2019-01-15T11:15:20.732493641+00:00
Creator: [email protected]
Source: crates/ra_ide_api/src/syntax_highlighting.rs

[
    HighlightedRange {
        range: [20; 32),
        tag: "macro"
    },
    HighlightedRange {
        range: [13; 18),
        tag: "text"
    },
    HighlightedRange {
        range: [51; 54),
        tag: "keyword"
    },
    HighlightedRange {
        range: [55; 60),
        tag: "keyword"
    },
    HighlightedRange {
        range: [61; 72),
        tag: "function"
    }
]