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