mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 22:50:05 +08:00
23 lines
531 B
Plaintext
23 lines
531 B
Plaintext
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
|