Constant tree_sitter_html::INJECTIONS_QUERY

source ยท
pub const INJECTIONS_QUERY: &str = "((script_element\n  (raw_text) @injection.content)\n (#set! injection.language \"javascript\"))\n\n((style_element\n  (raw_text) @injection.content)\n (#set! injection.language \"css\"))\n";