mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 04:50:03 -04:00
7 lines
241 B
Gleam
7 lines
241 B
Gleam
fn favourite_number() -> Int {
|
|
todo("We're going to decide which number is best tomorrow")
|
|
// <- @keyword
|
|
// ^ @punctuation.bracket
|
|
// ^ @string
|
|
// ^ @punctuation.bracket
|
|
}
|