From 8aada0e3940c573e38b417a226b43bc8675f8958 Mon Sep 17 00:00:00 2001 From: Abbath Date: Fri, 16 Jan 2026 17:56:29 +0100 Subject: fix(haskell): use grammar for operator detection instead of match --- runtime/queries/haskell/highlights.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'runtime') diff --git a/runtime/queries/haskell/highlights.scm b/runtime/queries/haskell/highlights.scm index 9d043b49d..d0fdc17f6 100644 --- a/runtime/queries/haskell/highlights.scm +++ b/runtime/queries/haskell/highlights.scm @@ -228,8 +228,7 @@ ((module) @module (variable) @function.call)) ] - (operator) @_op - (#match? @_op "^[^:].*")) + operator: (operator)) ; infix operators applied to variables ((expression/variable) @variable -- cgit v1.2.3-70-g09d2