1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 23:40:05 +08:00
SpaceVim/bundle/nvim-treesitter-0.9.1/tests/query/highlights/gleam/import.gleam

23 lines
536 B
Plaintext

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