nvim-treesitter/tests/query/highlights/gleam/todo.gleam
2022-02-15 19:01:02 +01:00

7 lines
237 B
Gleam

fn favourite_number() -> Int {
todo("We're going to decide which number is best tomorrow")
// <- keyword
// ^ punctuation.bracket
// ^ string
// ^ punctuation.bracket
}