From 74ec4e1d5c2bfaa7ad6488af7f934a28242804dd Mon Sep 17 00:00:00 2001 From: kiyan Date: Sat, 25 Jun 2022 11:13:19 +0200 Subject: fix(haskell): highlight exp_name as function in infix operations --- queries/haskell/highlights.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/queries/haskell/highlights.scm b/queries/haskell/highlights.scm index 03744f5d6..dff1c2065 100644 --- a/queries/haskell/highlights.scm +++ b/queries/haskell/highlights.scm @@ -116,6 +116,7 @@ (exp_infix (variable) @operator) ; consider infix functions as operators +(exp_infix (exp_name) @function) (exp_apply . (exp_name (variable) @function)) (exp_apply . (exp_name (qualified_variable (variable) @function))) -- cgit v1.2.3-70-g09d2