From 1ea4a0afd5baac813e27a7b75dff4bfece6a793c Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Thu, 15 Feb 2024 10:08:40 +0100 Subject: [PATCH] fix(haskell): comment out unsafe utf8 node --- queries/haskell/highlights.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queries/haskell/highlights.scm b/queries/haskell/highlights.scm index ce18f98a3..fed093197 100644 --- a/queries/haskell/highlights.scm +++ b/queries/haskell/highlights.scm @@ -87,7 +87,7 @@ ; Keywords, operators, includes [ "forall" - "∀" + ; "∀" ; utf-8 is not cross-platform safe ] @keyword.repeat (pragma) @keyword.directive