aboutsummaryrefslogtreecommitdiffstats
path: root/tests/query/highlights/gleam/todo.gleam
blob: b7384ecbdc51dd27e506f1d30d243d3b81783fa0 (plain) (blame)
1
2
3
4
5
6
7
fn favourite_number() -> Int {
  todo("We're going to decide which number is best tomorrow")
  // <- @keyword
  //  ^ @punctuation.bracket
  //   ^ @string
  //                                                        ^ @punctuation.bracket
}