Constant tree_sitter_c::TAGS_QUERY
source · pub const TAGS_QUERY: &str = "(struct_specifier name: (type_identifier) @name body:(_)) @definition.class\n\n(declaration type: (union_specifier name: (type_identifier) @name)) @definition.class\n\n(function_declarator declarator: (identifier) @name) @definition.function\n\n(type_definition declarator: (type_identifier) @name) @definition.type\n\n(enum_specifier name: (type_identifier) @name) @definition.type\n";Expand description
The symbol tagging query for this language.