Constant tree_sitter_md::INJECTION_QUERY_INLINE

source ยท
pub const INJECTION_QUERY_INLINE: &str = "((html_tag) @injection.content (#set! injection.language \"html\"))\n((latex_block) @injection.content (#set! injection.language \"latex\"))\n";
Expand description

The language injection queries for the inline grammar.