nvim-treesitter/queries/gitcommit/highlights.scm
gbprod 173515a5d2 feat(gitcommit): remove overflow rule
This commit remove the highlight of the overflow node in gitcommit syntax
introduced [by this PR](https://github.com/nvim-treesitter/nvim-treesitter/pull/6222).
This node will be removed when [this PR](https://github.com/gbprod/tree-sitter-gitcommit/pull/68)
will be merge.
2024-06-27 09:21:30 +02:00

49 lines
645 B
Scheme

(comment) @comment
(generated_comment) @comment
(title) @markup.heading
; (text) @none
(branch) @markup.link
(change) @keyword
(filepath) @string.special.path
(arrow) @punctuation.delimiter
(subject) @markup.heading @spell
(subject
(subject_prefix) @function @nospell)
(prefix
(type) @keyword @nospell)
(prefix
(scope) @variable.parameter @nospell)
(prefix
[
"("
")"
":"
] @punctuation.delimiter)
(prefix
"!" @punctuation.special)
(message) @spell
(trailer
(token) @label)
; (trailer (value) @none)
(breaking_change
(token) @comment.error)
(breaking_change
(value) @none @spell)
(scissor) @comment