nvim-treesitter/tests/query/highlights/tiger/functions.tig

10 lines
270 B
Text
Raw Normal View History

2022-06-14 17:30:49 +02:00
primitive print(s: string)
/* ^ function */
2022-06-14 20:01:12 +02:00
/* ^ parameter */
2022-06-14 17:30:49 +02:00
function func(a: int) : int = (print("Hello World!"); a)
/* ^ function */
2022-06-14 20:01:12 +02:00
/* ^ parameter */
/* ^ function.builtin */
/* vim: set ft=tiger: */