mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
fix(haskell): use grammar for operator detection instead of match
This commit is contained in:
@@ -228,8 +228,7 @@
|
||||
((module) @module
|
||||
(variable) @function.call))
|
||||
]
|
||||
(operator) @_op
|
||||
(#match? @_op "^[^:].*"))
|
||||
operator: (operator))
|
||||
|
||||
; infix operators applied to variables
|
||||
((expression/variable) @variable
|
||||
|
||||
Reference in New Issue
Block a user