aboutsummaryrefslogtreecommitdiffstats
path: root/queries/haskell
diff options
context:
space:
mode:
authorGuillaume Bouchard <guillaum.bouchard@gmail.com>2022-08-29 22:28:58 +0200
committerStephan Seitz <stephan.seitz@fau.de>2022-08-29 13:51:46 -0700
commit32e1f654e71b76eb1925ccffdd5a1a9dd90353c2 (patch)
tree696c4b342b19a515e7df396d160f5e83ebd1facd /queries/haskell
parentHaskell injection: support inline json (diff)
downloadnvim-treesitter-32e1f654e71b76eb1925ccffdd5a1a9dd90353c2.tar
nvim-treesitter-32e1f654e71b76eb1925ccffdd5a1a9dd90353c2.tar.gz
nvim-treesitter-32e1f654e71b76eb1925ccffdd5a1a9dd90353c2.tar.bz2
nvim-treesitter-32e1f654e71b76eb1925ccffdd5a1a9dd90353c2.tar.lz
nvim-treesitter-32e1f654e71b76eb1925ccffdd5a1a9dd90353c2.tar.xz
nvim-treesitter-32e1f654e71b76eb1925ccffdd5a1a9dd90353c2.tar.zst
nvim-treesitter-32e1f654e71b76eb1925ccffdd5a1a9dd90353c2.zip
Fix aesonQQ quasiquote_body for haskell injections
Fix name of the captured quoter
Diffstat (limited to 'queries/haskell')
-rw-r--r--queries/haskell/injections.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/queries/haskell/injections.scm b/queries/haskell/injections.scm
index c3c51358a..61e1ca73b 100644
--- a/queries/haskell/injections.scm
+++ b/queries/haskell/injections.scm
@@ -62,7 +62,7 @@
(quasiquote
(quoter) @_name
- (#eq? @_quoter "aesonQQ")
+ (#eq? @_name "aesonQQ")
((quasiquote_body) @json)
)