diff options
| -rw-r--r-- | queries/haskell/highlights.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/queries/haskell/highlights.scm b/queries/haskell/highlights.scm index dff1c206..0e43d187 100644 --- a/queries/haskell/highlights.scm +++ b/queries/haskell/highlights.scm @@ -116,7 +116,7 @@ (exp_infix (variable) @operator) ; consider infix functions as operators -(exp_infix (exp_name) @function) +(exp_infix (exp_name) @function (#set! "priority" 101)) (exp_apply . (exp_name (variable) @function)) (exp_apply . (exp_name (qualified_variable (variable) @function))) |
