nvim-treesitter/tests/query/highlights/gleam/import.gleam

23 lines
536 B
Gleam
Raw Normal View History

2022-02-12 17:58:14 -08:00
import gleam/io
// <- include
// ^ namespace
// ^ operator
2022-02-12 17:58:14 -08:00
// ^ namespace
import cat as kitten
// <- include
// ^ namespace
// ^ keyword
// ^ namespace
import animal/cat.{Cat, stroke}
// <- include
// ^ namespace
// ^ operator
2022-02-12 17:58:14 -08:00
// ^ punctuation.delimiter
// ^ punctuation.bracket
// ^^^ type
2022-02-12 17:58:14 -08:00
// ^ punctuation.delimiter
// ^^^^^^ function
2022-02-12 17:58:14 -08:00
// ^ punctuation.bracket