mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 05:50:04 -04:00
22 lines
531 B
Gleam
22 lines
531 B
Gleam
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
|