Constant JSDOC_HIGHLIGHTS_CRATES_IO

Source
pub const JSDOC_HIGHLIGHTS_CRATES_IO: &str = "(tag_name)@keyword (type)@type [\"{\" \"}\" \"[\" \"]\"]@punctuation.bracket [\":\" \".\" \"#\" \"~\"]@punctuation.delimiter (path_expression \"/\" @punctuation.delimiter)(identifier)@variable (tag (tag_name)@_name (identifier)@function (#match? @_name \"^(@callback|@function|@func|@method)$\"))(tag (tag_name)@_name (identifier)@variable.parameter (#match? @_name \"^(@param|@arg|@argument)$\"))(tag (tag_name)@_name (identifier)@property (#match? @_name \"^(@prop|@property)$\"))(tag (tag_name)@_name (identifier)@type (#eq? @_name \"@typedef\"))";