mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -04:00
9 lines
255 B
Text
9 lines
255 B
Text
|
|
primitive print(s: string)
|
||
|
|
/* ^ function */
|
||
|
|
/* ^ variable.parameter */
|
||
|
|
|
||
|
|
function func(a: int) : int = (print("Hello World!"); a)
|
||
|
|
/* ^ function */
|
||
|
|
/* ^ variable.parameter */
|
||
|
|
/* ^ function */
|