summaryrefslogtreecommitdiff
path: root/tests/query/highlights/gleam/todo.gleam
blob: 27038bb7323b842e935ba31feae9187857dc7022 (plain)
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
}