mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Fix aesonQQ quasiquote_body for haskell injections
Fix name of the captured quoter
This commit is contained in:
parent
3993d90a52
commit
32e1f654e7
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@
|
|||
|
||||
(quasiquote
|
||||
(quoter) @_name
|
||||
(#eq? @_quoter "aesonQQ")
|
||||
(#eq? @_name "aesonQQ")
|
||||
((quasiquote_body) @json)
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue