tree_sitter_html

Constant 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";
Expand description

The injection query for this language.