nvim-treesitter/tests/query/highlights/gleam/todo.gleam

8 lines
237 B
Gleam
Raw Normal View History

2022-02-12 17:58:14 -08:00
fn favourite_number() -> Int {
todo("We're going to decide which number is best tomorrow")
// <- keyword
// ^ punctuation.bracket
// ^ string
// ^ punctuation.bracket
}