fix: remove upstreamed directives

`#inject-lang!` and `#trim!`; fix `set-lang-from-mimetype`
This commit is contained in:
Christian Clason 2023-06-24 14:33:45 +02:00
parent 83358dfbef
commit 62e5c7ab1d
3 changed files with 11 additions and 76 deletions

View file

@ -2,7 +2,7 @@
(info_string
(language) @_lang)
(code_fence_content) @injection.content
(#set-lang-from-info-string! @_lang))
(#inject-language! @_lang))
((html_block) @injection.content
(#set! injection.language "html")