1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 23:50:05 +08:00
SpaceVim/bundle/nvim-treesitter-0.9.1/tests/query/highlights/gleam/todo.gleam

8 lines
237 B
Plaintext

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