Constant HIGHLIGHTS_QUERY
Source pub const HIGHLIGHTS_QUERY: &'static str = "(comment) @comment\n(generated_comment) @comment\n(title) @text.title\n(text) @text\n(branch) @text.reference\n(change) @keyword\n(filepath) @text.uri\n(arrow) @punctuation.delimiter\n\n(subject) @text.title\n(subject (overflow) @text)\n(prefix (type) @keyword)\n(prefix (scope) @parameter)\n(prefix [\n \"(\"\n \")\"\n \":\"\n] @punctuation.delimiter)\n(prefix [\n \"!\"\n] @punctuation.special)\n\n(message) @text\n\n(trailer (token) @keyword)\n(trailer (value) @text)\n\n(breaking_change (token) @text.warning)\n(breaking_change (value) @text)\n\n(scissor) @comment\n\n(ERROR) @error\n";