We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25371f9 commit 4add3bbCopy full SHA for 4add3bb
bindings/rust/lib.rs
@@ -54,6 +54,9 @@ pub const HIGHLIGHT_QUERY: &str = include_str!("../../queries/highlights.scm");
54
/// [`node-types.json`]: https://tree-sitter.github.io/tree-sitter/using-parsers#static-node-types
55
pub const NODE_TYPES: &str = include_str!("../../src/node-types.json");
56
57
+/// The symbol tagging query for this language.
58
+pub const TAGS_QUERY: &'static str = include_str!("../../queries/tags.scm");
59
+
60
#[cfg(test)]
61
mod tests {
62
#[test]
0 commit comments