Constant tree_sitter_jsdoc::HIGHLIGHTS_QUERY
source · pub const HIGHLIGHTS_QUERY: &str = "(tag_name) @keyword\n(type) @type\n";Expand description
The syntax highlighting query for this grammar.
pub const HIGHLIGHTS_QUERY: &str = "(tag_name) @keyword\n(type) @type\n";The syntax highlighting query for this grammar.