nvim-treesitter/tests/query/highlights/gleam/todo.gleam
2024-01-19 16:58:37 +01:00

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
}