Add 'import' high-lighting

This commit is contained in:
Bruno BELANYI 2022-11-22 10:14:16 +01:00
parent 089a585a41
commit 9d9238f284
3 changed files with 6 additions and 2 deletions

View File

@ -34,6 +34,10 @@
"method"
] @keyword.method
[
"import"
] @include
[
"array"
(break_expression)

View File

@ -1,3 +1,3 @@
import "lib.tih"
/* <- keyword */
/* <- include */
/* ^ string.special.path */

View File

@ -10,7 +10,7 @@ let
/* <- keyword.function */
import "lib.tih"
/* <- keyword */
/* <- include */
type array_of_int = array of int
/* <- keyword */