fix(tiger): add 'ft' modeline in highlight corpus

This commit is contained in:
Bruno BELANYI 2022-06-14 21:16:51 +02:00 committed by Stephan Seitz
parent b8e3b03748
commit fcba0368a6
10 changed files with 10 additions and 0 deletions

View file

@ -6,3 +6,4 @@ function func(a: int) : int = (print("Hello World!"); a)
/* ^ function */
/* ^ parameter */
/* ^ function.builtin */
/* vim: set ft=tiger: */