From dc23e86e47d1005b192969db86d08ce1570a5312 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 14 Jun 2022 21:51:28 +0200 Subject: [PATCH] fix(tiger): remove duplicate keywords --- queries/tiger/highlights.scm | 8 -------- 1 file changed, 8 deletions(-) diff --git a/queries/tiger/highlights.scm b/queries/tiger/highlights.scm index 6bc93109f..cbab4fae8 100644 --- a/queries/tiger/highlights.scm +++ b/queries/tiger/highlights.scm @@ -43,27 +43,19 @@ [ "array" (break_expression) - "do" "else" "end" - "for" - "function" "if" "import" "in" "let" "of" - "primitive" "then" - "to" "type" "var" - "while" "class" "extends" - "method" - "new" "_cast" "_chunks"