summaryrefslogtreecommitdiff
path: root/tests/query/highlights/gleam/import.gleam
blob: 28356ca8c8800f9c07b4ef6a713842096c377b5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
import gleam/io
// <- include
//     ^ namespace
//          ^ namespace
//           ^ namespace

import cat as kitten
// <- include
//     ^ namespace
//         ^ keyword
//            ^ namespace

import animal/cat.{Cat, stroke}
// <- include
//     ^ namespace
//           ^ namespace
//               ^ punctuation.delimiter
//                ^ punctuation.bracket
//                 ^ type
//                    ^ punctuation.delimiter
//                      ^ function
//                            ^ punctuation.bracket