1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-13 10:15:41 +08:00

23 lines
536 B
Gleam
Vendored

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