fix(haskell): comment out unsafe utf8 node

This commit is contained in:
Christian Clason 2024-02-15 10:08:40 +01:00 committed by nvim-treesitter-bot[bot]
parent e32ebdc01d
commit 1ea4a0afd5

View file

@ -87,7 +87,7 @@
; Keywords, operators, includes
[
"forall"
"∀"
; "∀" ; utf-8 is not cross-platform safe
] @keyword.repeat
(pragma) @keyword.directive