mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 08:50:11 -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
|
(quasiquote
|
||||||
(quoter) @_name
|
(quoter) @_name
|
||||||
(#eq? @_quoter "aesonQQ")
|
(#eq? @_name "aesonQQ")
|
||||||
((quasiquote_body) @json)
|
((quasiquote_body) @json)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue