fix(haskell): use grammar for operator detection instead of match

This commit is contained in:
Abbath 2026-01-16 17:56:29 +01:00 committed by GitHub
parent 15b3416cc1
commit 255c2668bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -228,8 +228,7 @@
((module) @module
(variable) @function.call))
]
(operator) @_op
(#match? @_op "^[^:].*"))
operator: (operator))
; infix operators applied to variables
((expression/variable) @variable