mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 17:30:08 -04:00
fix(haskell): comment out unsafe utf8 node
This commit is contained in:
parent
e32ebdc01d
commit
1ea4a0afd5
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@
|
||||||
; Keywords, operators, includes
|
; Keywords, operators, includes
|
||||||
[
|
[
|
||||||
"forall"
|
"forall"
|
||||||
"∀"
|
; "∀" ; utf-8 is not cross-platform safe
|
||||||
] @keyword.repeat
|
] @keyword.repeat
|
||||||
|
|
||||||
(pragma) @keyword.directive
|
(pragma) @keyword.directive
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue