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 }