fix(haskell): properly set inline-python injection language

This commit is contained in:
Marc Jakobi 2025-05-27 10:17:09 +02:00 committed by Christian Clason
parent 61b0a05ec0
commit dd63d7141f

View file

@ -79,6 +79,7 @@
; Python
; inline-python
(quasiquote
(quoter) @injection.language
(#any-of? @injection.language "pymain" "pye" "py_" "pyf")
(quasiquote_body) @injection.content)
(quoter) @_name
(#any-of? @_name "pymain" "pye" "py_" "pyf")
(quasiquote_body) @injection.content
(#set! injection.language "python"))