Constant tree_sitter_zig::INJECTIONS_QUERY
source · pub const INJECTIONS_QUERY: &str = "((comment) @injection.content\n (#set! injection.language \"comment\"))\n\n; TODO: add when asm is added\n; (asm_output_item (string) @injection.content\n; (#set! injection.language \"asm\"))\n; (asm_input_item (string) @injection.content\n; (#set! injection.language \"asm\"))\n; (asm_clobbers (string) @injection.content\n; (#set! injection.language \"asm\"))\n";Expand description
The injection query for this language.