mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
9 lines
270 B
Text
9 lines
270 B
Text
primitive print(s: string)
|
|
/* ^ function */
|
|
/* ^ parameter */
|
|
|
|
function func(a: int) : int = (print("Hello World!"); a)
|
|
/* ^ function */
|
|
/* ^ parameter */
|
|
/* ^ function.builtin */
|
|
/* vim: set ft=tiger: */
|