mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(haskell): priority 101 for infix function precedence over variable (#3085)
This commit is contained in:
parent
9832666cfa
commit
372b007231
1 changed files with 1 additions and 1 deletions
|
|
@ -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)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue