highlights(tiger): fix captures

This commit is contained in:
ObserverOfTime 2022-10-22 18:19:44 +03:00
parent 04e560490d
commit 353538d570
4 changed files with 7 additions and 11 deletions

View file

@ -23,6 +23,7 @@
[
"function"
"primitive"
"method"
] @keyword.function
[
@ -32,13 +33,9 @@
"while"
] @repeat
[
"new"
] @constructor
"new" @keyword.operator
[
"method"
] @method
"import" @include
[
"array"
@ -46,7 +43,6 @@
"else"
"end"
"if"
"import"
"in"
"let"
"of"