mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
fix(haskell): highlight exp_name as function in infix operations
This commit is contained in:
parent
6284629a45
commit
74ec4e1d5c
1 changed files with 1 additions and 0 deletions
|
|
@ -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)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue