summaryrefslogtreecommitdiff
path: root/queries/haskell
diff options
context:
space:
mode:
Diffstat (limited to 'queries/haskell')
-rw-r--r--queries/haskell/highlights.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/queries/haskell/highlights.scm b/queries/haskell/highlights.scm
index 03744f5d..dff1c206 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)))