nvim-treesitter/queries/markdown/injections.scm
Thomas Vigouroux f7d92f663c feat(languagetree): implement language tree
Allow the LanguageTree to be used as an option for highlighting.

Co-authored-by: Santos Gallegos <stsewd@protonmail.com>
Co-authored-by: Yazdani Kiyan <yazdani.kiyan@protonmail.com>
2020-10-19 18:28:45 +02:00

6 lines
127 B
Scheme

(fenced_code_block
(info_string) @lang
(code_fence_content) @injection)
((html_block) @injection
(#set! "lang" "html"))