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

@ -4,8 +4,7 @@
(heredoc_body
(heredoc_content) @injection.content
(heredoc_end) @injection.language
(#set! "language" @injection.language)
(#downcase! "language"))
(#downcase! @injection.language))
(regex
(string_content) @injection.content