Constant tree_sitter_objc::INJECTIONS_QUERY
source · pub const INJECTIONS_QUERY: &str = "; inherits: c\n\n; TODO(amaanq): uncomment/add when I add asm support\n; (ms_asm_block \"{\" _ @asm \"}\")\n;\n; ((asm_specifier (string_literal) @asm)\n; (#offset! @asm 0 1 0 -1))\n;\n; ((asm_statement (string_literal) @asm)\n; (#offset! @asm 0 1 0 -1))\n";Expand description
The injection query for this language.