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