1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-25 05:10:05 +08:00
SpaceVim/bundle/nvim-treesitter/tests/query/highlights/gleam/import.gleam

23 lines
531 B
Plaintext
Raw Normal View History

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