From 1031bb47694f41f50fb4f06dce1820e75147c725 Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Wed, 6 Apr 2022 22:15:12 +0200 Subject: [PATCH] highlights(hack): fix typo in "tuple" keyword https://github.com/slackhq/tree-sitter-hack/pull/34 --- queries/hack/highlights.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queries/hack/highlights.scm b/queries/hack/highlights.scm index c7e481a80..9ec38266a 100644 --- a/queries/hack/highlights.scm +++ b/queries/hack/highlights.scm @@ -53,7 +53,7 @@ [ "shape" - "tupe" + "tuple" (array_type) "bool" "float"