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

8 lines
237 B
Plaintext
Raw Normal View History

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