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

10 lines
275 B
Text
Raw Normal View History

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