Add functions high-lighting

This commit is contained in:
Bruno BELANYI 2022-06-03 19:59:56 +02:00
parent 67b555c381
commit 62a601469e
3 changed files with 22 additions and 2 deletions

View file

@ -0,0 +1,8 @@
primitive print(s: string)
/* ^ function */
/* ^ variable.parameter */
function func(a: int) : int = (print("Hello World!"); a)
/* ^ function */
/* ^ variable.parameter */
/* ^ function */