fix(directive): make downcase work on captures

This commit is contained in:
Christian Clason 2023-08-11 12:48:36 +02:00
parent 71532e7776
commit b223402ba9
3 changed files with 11 additions and 31 deletions

View file

@ -3,10 +3,3 @@
((regex) @injection.content
(#set! injection.language "regex"))
((redirected_statement
(heredoc_redirect
(heredoc_start) @injection.language))
(heredoc_body) @injection.content
(#offset! @injection.content 0 0 -1 0)
(#downcase! @injection.language))