diff options
| -rw-r--r-- | queries/haskell/highlights.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/queries/haskell/highlights.scm b/queries/haskell/highlights.scm index f8920f7ee..06f59b5f5 100644 --- a/queries/haskell/highlights.scm +++ b/queries/haskell/highlights.scm @@ -116,9 +116,9 @@ (exp_infix (variable) @operator) ; consider infix functions as operators -(exp_infix (exp_name) @function (#set! "priority" 101)) -(exp_apply . (exp_name (variable) @function)) -(exp_apply . (exp_name (qualified_variable (variable) @function))) +(exp_infix (exp_name) @function.call (#set! "priority" 101)) +(exp_apply . (exp_name (variable) @function.call)) +(exp_apply . (exp_name (qualified_variable (variable) @function.call))) ;; ---------------------------------------------------------------------------- @@ -136,7 +136,7 @@ ;; ---------------------------------------------------------------------------- ;; Quasi-quotes -(quoter) @function +(quoter) @function.call ; Highlighting of quasiquote_body is handled by injections.scm ;; ---------------------------------------------------------------------------- |
