nvim-treesitter/tests/query/highlights/gleam/import.gleam
2024-01-19 16:58:37 +01:00

22 lines
553 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