nvim-treesitter/tests/query/highlights/gleam/import.gleam
2023-03-10 02:41:45 -05:00

22 lines
536 B
Gleam

import gleam/io
// <- include
// ^ namespace
// ^ operator
// ^ namespace
import cat as kitten
// <- include
// ^ namespace
// ^ keyword
// ^ namespace
import animal/cat.{Cat, stroke}
// <- include
// ^ namespace
// ^ operator
// ^ punctuation.delimiter
// ^ punctuation.bracket
// ^^^ type
// ^ punctuation.delimiter
// ^^^^^^ function
// ^ punctuation.bracket