Constant tree_sitter_embedded_template::INJECTIONS_ERB_QUERY

source ยท
pub const INJECTIONS_ERB_QUERY: &str = "((content) @injection.content\n (#set! injection.language \"html\")\n (#set! injection.combined))\n\n((code) @injection.content\n (#set! injection.language \"ruby\")\n (#set! injection.combined))\n";
Expand description

The injections query for this grammar to inject HTML/Ruby.