1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-25 07:30:04 +08:00
SpaceVim/bundle/nvim-treesitter/tests/query/highlights/tiger/functions.tig

10 lines
270 B
Plaintext
Raw Normal View History

primitive print(s: string)
/* ^ function */
/* ^ parameter */
function func(a: int) : int = (print("Hello World!"); a)
/* ^ function */
/* ^ parameter */
/* ^ function.builtin */
/* vim: set ft=tiger: */