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 Christian Clason
parent 15b3416cc1
commit 8aada0e394

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